projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea0d09d
)
ASoC: wm8753, remove dead code
author
Jiri Slaby
<jslaby@suse.cz>
Sat, 4 Sep 2010 13:12:09 +0000
(15:12 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 6 Sep 2010 10:41:21 +0000
(11:41 +0100)
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>
sound/soc/codecs/wm8753.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8753.c
b/sound/soc/codecs/wm8753.c
index
4844232
..
4a945d3
100644
(file)
--- 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 */