Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268ff145 authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown
Browse files

ASoC: wm_hubs: Add missing break in hp_supply_event()



Spotted by coverity CID 115170.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
parent 959f5854
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -530,6 +530,7 @@ static int hp_supply_event(struct snd_soc_dapm_widget *w,
				hubs->hp_startup_mode);
				hubs->hp_startup_mode);
			break;
			break;
		}
		}
		break;


	case SND_SOC_DAPM_PRE_PMD:
	case SND_SOC_DAPM_PRE_PMD:
		snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1,
		snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1,