This is a note to let you know that I've just added the patch titled

    ASoC: wm_hubs: Add missing break in hp_supply_event()

to the 3.11-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     asoc-wm_hubs-add-missing-break-in-hp_supply_event.patch
and it can be found in the queue-3.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 268ff14525edba31da29a12a9dd693cdd6a7872e Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Wed, 30 Oct 2013 08:35:02 +0100
Subject: ASoC: wm_hubs: Add missing break in hp_supply_event()

From: Takashi Iwai <[email protected]>

commit 268ff14525edba31da29a12a9dd693cdd6a7872e upstream.

Spotted by coverity CID 115170.

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/soc/codecs/wm_hubs.c |    1 +
 1 file changed, 1 insertion(+)

--- 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_so
                                hubs->hp_startup_mode);
                        break;
                }
+               break;
 
        case SND_SOC_DAPM_PRE_PMD:
                snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1,


Patches currently in stable-queue which might be from [email protected] are

queue-3.11/alsa-hda-fix-unbalanced-runtime-pm-refcount-after-s3-s4.patch
queue-3.11/asoc-wm_hubs-add-missing-break-in-hp_supply_event.patch
queue-3.11/alsa-fix-oops-in-snd_pcm_info-caused-by-asoc-dpcm.patch
queue-3.11/alsa-hda-add-a-fixup-for-asus-n76vz.patch
queue-3.11/asoc-dapm-fix-source-list-debugfs-outputs.patch
queue-3.11/alsa-hda-add-missing-initial-vmaster-hook-at-build_controls-callback.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to