From: Takashi Iwai Date: Tue, 5 Nov 2013 17:40:01 +0000 (+0100) Subject: ASoC: mid-x86: Use WARN_ON() instead of BUG_ON() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~4^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656a22a105c8135a515daae3d79ede7b472c18ec;p=pandora-kernel.git ASoC: mid-x86: 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed