diff options
-rw-r--r-- | sound/soc/codecs/wm8904.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index c173ab3cd18a..3938fb1c203e 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, | |||
741 | dcs_r = 3; | 741 | dcs_r = 3; |
742 | break; | 742 | break; |
743 | default: | 743 | default: |
744 | BUG(); | 744 | WARN(1, "Invalid reg %d\n", reg); |
745 | return -EINVAL; | 745 | return -EINVAL; |
746 | } | 746 | } |
747 | 747 | ||