From: Takashi Iwai Date: Tue, 5 Nov 2013 14:02:42 +0000 (+0100) Subject: ALSA: sparc/cs4231: Use WARN_ON() instead of BUG_ON() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a19b178d7b4dd162b3d4c7e729f30348f2eb177;p=pandora-kernel.git ALSA: sparc/cs4231: Use WARN_ON() instead of BUG_ON() BUG_ON() is rather useless for debugging as it leads to panic(). Use WARN_ON() and handle the error cases accordingly. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed