Return from yaffs_internal_read_super if kmalloc fail
authorKjetil Aamodt <kjeaamod@cisco.com>
Mon, 9 Sep 2013 13:24:52 +0000 (15:24 +0200)
committerCharles Manning <cdhmanning@gmail.com>
Tue, 21 Jan 2014 23:27:28 +0000 (12:27 +1300)
Return if either, or both, of dev and context failed to
kmalloc(). kfree() handles NULL as argument so utilise that to
simplify code.


No differences found