Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */