From: Takashi Iwai Date: Tue, 5 Nov 2013 14:03:05 +0000 (+0100) Subject: ALSA: mips/ad1843: Use WARN_ON() instead of BUG_ON() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cd1badc86c62f64f7e1d7034b078cb7e9b254b;p=pandora-kernel.git ALSA: mips/ad1843: 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