From: Eric Sesterhenn Date: Fri, 24 Mar 2006 17:49:12 +0000 (+0100) Subject: BUG_ON() Conversion in sound/sparc/cs4231.c X-Git-Tag: v2.6.17-rc1~736^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817dd6eed4bf40fa14d1e96ac4905efebd5e03f2;p=pandora-kernel.git 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 Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed