From: Takashi Iwai Date: Wed, 6 Nov 2013 10:07:19 +0000 (+0100) Subject: ASoC: Replace BUG() with WARN() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ed0608bd289b45a9e42e3b0f33ff55bdac9b0f;p=pandora-kernel.git ASoC: Replace BUG() with WARN() BUG() used in the driver is just to spit the stack trace on buggy points, not really needed to stop the whole operation. For that purpose, it'd be more convenient to use WARN() instead with more error information. Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown --- Reading git-diff-tree failed