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:
83cef70
)
UBIFS: switch to ubifs_leb_read
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 3 Jun 2011 11:03:25 +0000
(14:03 +0300)
committer
Artem Bityutskiy
<dedekind1@gmail.com>
Mon, 4 Jul 2011 07:54:33 +0000
(10:54 +0300)
Instead of using 'ubi_read()' function directly, used the 'ubifs_leb_read()'
helper function instead. This allows to get rid of several redundant error
messages and make sure that we always have a stack dump on read errors.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
No differences found