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:
5d9a276
)
BUG_ON conversion for drivers/mmc/omap.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Thu, 30 Nov 2006 04:27:38 +0000
(
05:27
+0100)
committer
Adrian Bunk
<bunk@stusta.de>
Thu, 30 Nov 2006 04:27:38 +0000
(
05:27
+0100)
This patch converts a if () BUG(); construct to BUG_ON();
which occupies less space, uses unlikely and is safer when
BUG() is disabled.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
No differences found