summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-11-06 11:07:14 +0100
committerMark Brown <broonie@linaro.org>2013-11-07 19:55:19 +0000
commit8d8bb1ad1ef6e799e85de50f696d2443aa3e84cb (patch)
treeabac7330b7994b97bf89d91d3608f75032ea0f0b /sound
parentd9dea39671ff0066fa031d6469f251447beed14b (diff)
downloadop-kernel-dev-8d8bb1ad1ef6e799e85de50f696d2443aa3e84cb.zip
op-kernel-dev-8d8bb1ad1ef6e799e85de50f696d2443aa3e84cb.tar.gz
ASoC: wm8904: 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. Cc: patches@opensource.wolfsonmicro.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8904.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c
index c173ab3..3938fb1 100644
--- a/sound/soc/codecs/wm8904.c
+++ b/sound/soc/codecs/wm8904.c
@@ -741,7 +741,7 @@ static int out_pga_event(struct snd_soc_dapm_widget *w,
dcs_r = 3;
break;
default:
- BUG();
+ WARN(1, "Invalid reg %d\n", reg);
return -EINVAL;
}
OpenPOWER on IntegriCloud