Skip to content

Commit

Permalink
ASoC: wm_hubs: Add missing break in hp_supply_event()
Browse files Browse the repository at this point in the history
Spotted by coverity CID 115170.

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
  • Loading branch information
tiwai authored and broonie committed Oct 30, 2013
1 parent 959f585 commit 268ff14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm_hubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 268ff14

Please sign in to comment.