From: Mark Brown Date: Wed, 19 Feb 2014 04:13:58 +0000 (+0900) Subject: Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=commitdiff_plain;h=895be5b31e5175bef575008aadb4f0a27b850daa;hp=d05d7803405f18b0f923cc395676a10a2b5e7201 Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus --- diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index 433d59a0f3e..2ee23a39622 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c @@ -1562,7 +1562,6 @@ static int wm8993_remove(struct snd_soc_codec *codec) struct wm8993_priv *wm8993 = snd_soc_codec_get_drvdata(codec); wm8993_set_bias_level(codec, SND_SOC_BIAS_OFF); - regulator_bulk_free(ARRAY_SIZE(wm8993->supplies), wm8993->supplies); return 0; }