]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ubifs: fix small error path mismatch
authorDaniel Mack <daniel@caiaq.de>
Thu, 4 Jun 2009 17:44:12 +0000 (19:44 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Jun 2009 21:11:53 +0000 (23:11 +0200)
commit165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
tree5b7c245e1a9b4cff0b817c1d8e05905ac3ede861
parentde7cf709ebd3c01fbd094e8853dabb410c0370a1
ubifs: fix small error path mismatch

In do_readpage(), don't free 'dn' if its allocation failed.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
fs/ubifs/ubifs.c