git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604b592
)
UBIFS: Fix dump messages in ubifs_dump_lprops
author
hujianyang
<hujianyang@huawei.com>
Wed, 21 May 2014 09:19:45 +0000
(17:19 +0800)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Tue, 27 May 2014 12:05:23 +0000
(15:05 +0300)
Function ubifs_read_one_lp will not set @lp and returns
an error when ubifs_read_one_lp failed. We should not
perform ubifs_dump_lprop in this case because @lp is not
initialized as we wanted.
Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found