Commit e6929378 authored by Jiri Slaby's avatar Jiri Slaby Committed by Mark Brown

ASoC: wm8753, remove dead code

There is adangling code in wm8753_probe which is never executed.
Remove it.
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Acked-by: default avatarLiam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent ea0d09de
...@@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec) ...@@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec)
wm8753_add_widgets(codec); wm8753_add_widgets(codec);
return 0; return 0;
run_delayed_work(&codec->delayed_work);
return ret;
} }
/* power down chip */ /* power down chip */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment