commit | 817dd6eed4bf40fa14d1e96ac4905efebd5e03f2 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Fri Mar 24 18:49:12 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Fri Mar 24 18:49:12 2006 +0100 |
tree | a322cc013acfe1bde06dc58aacacb59c02cf7276 | |
parent | 7ac1e877d48061aa6ebca936189c32b44ccf8d9c [diff] |
BUG_ON() Conversion in sound/sparc/cs4231.c 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>