All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] SOUND: wm8753, remove dead code
@ 2010-09-04 13:12 Jiri Slaby
  2010-09-06 10:32   ` Liam Girdwood
  2010-09-07  4:12 ` s3c6410/s3c64xx support in ALSA Reddy, MR Swami
  0 siblings, 2 replies; 7+ messages in thread
From: Jiri Slaby @ 2010-09-04 13:12 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, linux-kernel, jirislaby, Liam Girdwood, Jaroslav Kysela

There is adangling code in wm8753_probe which is never executed.
Remove it.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Jaroslav Kysela <perex@suse.cz>
---
 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 4844232..4a945d3 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)
 	wm8753_add_widgets(codec);
 
 	return 0;
-
-	run_delayed_work(&codec->delayed_work);
-	return ret;
 }
 
 /* power down chip */
-- 
1.7.2.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-08  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-04 13:12 [PATCH 1/1] SOUND: wm8753, remove dead code Jiri Slaby
2010-09-06 10:32 ` Liam Girdwood
2010-09-06 10:32   ` Liam Girdwood
2010-09-06 10:44   ` Mark Brown
2010-09-06 10:44     ` Mark Brown
2010-09-07  4:12 ` s3c6410/s3c64xx support in ALSA Reddy, MR Swami
2010-09-08  8:45   ` Seungwhan Youn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.