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:
0779bf2
)
BUG_ON conversion for drivers/media/video/pwc/pwc-if.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Thu, 30 Nov 2006 04:26:46 +0000
(
05:26
+0100)
committer
Adrian Bunk
<bunk@stusta.de>
Thu, 30 Nov 2006 04:26:46 +0000
(
05:26
+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