BUG_ON() Conversion in sound/sparc/cs4231.c
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 24 Mar 2006 17:49:12 +0000 (18:49 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 24 Mar 2006 17:49:12 +0000 (18:49 +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
This page took 0.025559 seconds and 5 git commands to generate.