mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
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>
This commit is contained in:
parent
ea0d09de13
commit
e692937807
@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec)
|
||||
wm8753_add_widgets(codec);
|
||||
|
||||
return 0;
|
||||
|
||||
run_delayed_work(&codec->delayed_work);
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* power down chip */
|
||||
|
Loading…
Reference in New Issue
Block a user