[3.5.y.z extended stable] Patch "ASoC: wm_hubs: Add missing break in hp_supply_event()" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Tue Nov 12 12:45:33 UTC 2013
This is a note to let you know that I have just added a patch titled
ASoC: wm_hubs: Add missing break in hp_supply_event()
to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From d0ed687878f6b49dfe80f64fe497b690fbd2506d Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai at suse.de>
Date: Wed, 30 Oct 2013 08:35:02 +0100
Subject: ASoC: wm_hubs: Add missing break in hp_supply_event()
commit 268ff14525edba31da29a12a9dd693cdd6a7872e upstream.
Spotted by coverity CID 115170.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
Signed-off-by: Mark Brown <broonie at linaro.org>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
sound/soc/codecs/wm_hubs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c
index 932a535..d011a0d 100644
--- a/sound/soc/codecs/wm_hubs.c
+++ b/sound/soc/codecs/wm_hubs.c
@@ -502,6 +502,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,
--
1.8.3.2
More information about the kernel-team
mailing list