From: Takashi Iwai Date: Wed, 30 Oct 2013 07:35:02 +0000 (+0100) Subject: ASoC: wm_hubs: Add missing break in hp_supply_event() X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=0492665d67bb7bdff10f3027a26b9c145fe73ddb;p=linux-edison.git ASoC: wm_hubs: Add missing break in hp_supply_event() commit 268ff14525edba31da29a12a9dd693cdd6a7872e upstream. Spotted by coverity CID 115170. Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index f5d81b94875..7a0466eb7ed 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c @@ -530,6 +530,7 @@ static int hp_supply_event(struct snd_soc_dapm_widget *w, hubs->hp_startup_mode); break; } + break; case SND_SOC_DAPM_PRE_PMD: snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1,