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:
485802a
)
UBIFS: fix assertion
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sat, 9 Jun 2012 09:08:23 +0000
(12:08 +0300)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Mon, 18 Jun 2012 11:17:08 +0000
(14:17 +0300)
The asserts here never check anything because it uses '|' instead of
'&'. Now if the flags are not set it prints a warning a a stack trace.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found