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:
b749455
)
BUG_ON() Conversion in drivers/video/
author
Eric Sesterhenn
<snakebyte@gmx.de>
Fri, 24 Mar 2006 17:53:18 +0000
(18:53 +0100)
committer
Adrian Bunk
<bunk@stusta.de>
Fri, 24 Mar 2006 17:53:18 +0000
(18:53 +0100)
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