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