aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8727.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-02 22:08:49 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-03 21:35:01 +0000
commit091edccf7f500837f2b3942be0d40362d25234c0 (patch)
tree955a42a9ce702b9892bdba8e9bf0effd6a072afb /sound/soc/codecs/wm8727.c
parentASoC: WM8903: Create default platform data structure (diff)
downloadlinux-dev-091edccf7f500837f2b3942be0d40362d25234c0.tar.xz
linux-dev-091edccf7f500837f2b3942be0d40362d25234c0.zip
ASoC: Remove unused -codec from Wolfson device driver names
Devices that aren't MFDs don't need to distinguish this. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8727.c')
-rw-r--r--sound/soc/codecs/wm8727.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8727.c b/sound/soc/codecs/wm8727.c
index fad90a35f399..e81705620718 100644
--- a/sound/soc/codecs/wm8727.c
+++ b/sound/soc/codecs/wm8727.c
@@ -59,7 +59,7 @@ static int __devexit wm8727_remove(struct platform_device *pdev)
static struct platform_driver wm8727_codec_driver = {
.driver = {
- .name = "wm8727-codec",
+ .name = "wm8727",
.owner = THIS_MODULE,
},