summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8940.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/wm8940.c
parentc0eb27cf84ffd79347907f07ae33061ba0034c41 (diff)
downloadlinux-stable-091edccf7f500837f2b3942be0d40362d25234c0.tar.gz
linux-stable-091edccf7f500837f2b3942be0d40362d25234c0.tar.bz2
linux-stable-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/wm8940.c')
-rw-r--r--sound/soc/codecs/wm8940.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c
index 0fe4545eef89..14039ea2f3e4 100644
--- a/sound/soc/codecs/wm8940.c
+++ b/sound/soc/codecs/wm8940.c
@@ -779,7 +779,7 @@ MODULE_DEVICE_TABLE(i2c, wm8940_i2c_id);
static struct i2c_driver wm8940_i2c_driver = {
.driver = {
- .name = "wm8940-codec",
+ .name = "wm8940",
.owner = THIS_MODULE,
},
.probe = wm8940_i2c_probe,