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:
f02e1fa
)
BUG_ON() Conversion in drivers/s390/block/dasd_devmap.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Sun, 26 Mar 2006 16:33:07 +0000
(18:33 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Sun, 26 Mar 2006 16:33:07 +0000
(18:33 +0200)
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
No differences found