diff options
author | Jaroslav Kysela <perex@perex.cz> | 2012-05-28 05:14:33 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-06-25 05:14:13 -0400 |
commit | 6cab3e1e65bfe070f09bb091eeda182b171d5929 (patch) | |
tree | d9016ccb514e7e00f81534c5ff2d7f1f40c6b77f /sound | |
parent | 74953e201001b9582bf3125858cf6955650edb48 (diff) |
ASoC: wm8994: remove duplicate code
It seems that the code duplication was added at a merge operation.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index aa8c98b628da..1436b6ce74d1 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -727,9 +727,6 @@ static void wm1811_jackdet_set_mode(struct snd_soc_codec *codec, u16 mode) | |||
727 | if (!wm8994->jackdet || !wm8994->jack_cb) | 727 | if (!wm8994->jackdet || !wm8994->jack_cb) |
728 | return; | 728 | return; |
729 | 729 | ||
730 | if (!wm8994->jackdet || !wm8994->jack_cb) | ||
731 | return; | ||
732 | |||
733 | if (wm8994->active_refcount) | 730 | if (wm8994->active_refcount) |
734 | mode = WM1811_JACKDET_MODE_AUDIO; | 731 | mode = WM1811_JACKDET_MODE_AUDIO; |
735 | 732 | ||