diff options
author | Jiri Slaby <jslaby@suse.cz> | 2010-09-04 09:12:09 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-06 06:41:21 -0400 |
commit | e6929378071a1ef68d1dc2f10c0b4a1bcc603f4c (patch) | |
tree | 911301a4eb21bf14b0fdc7aa833ca971c66438d5 /sound | |
parent | ea0d09de13eddb06a0eb48ebb37d8c9758e2c053 (diff) |
ASoC: wm8753, remove dead code
There is adangling code in wm8753_probe which is never executed.
Remove it.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 484423248c26..4a945d3edf25 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec) | |||
1600 | wm8753_add_widgets(codec); | 1600 | wm8753_add_widgets(codec); |
1601 | 1601 | ||
1602 | return 0; | 1602 | return 0; |
1603 | |||
1604 | run_delayed_work(&codec->delayed_work); | ||
1605 | return ret; | ||
1606 | } | 1603 | } |
1607 | 1604 | ||
1608 | /* power down chip */ | 1605 | /* power down chip */ |