diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-02 17:08:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-03 16:35:01 -0500 |
commit | 091edccf7f500837f2b3942be0d40362d25234c0 (patch) | |
tree | 955a42a9ce702b9892bdba8e9bf0effd6a072afb /sound/soc/codecs/wm8961.c | |
parent | c0eb27cf84ffd79347907f07ae33061ba0034c41 (diff) |
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/wm8961.c')
-rw-r--r-- | sound/soc/codecs/wm8961.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c index 9bcf846e93b0..dc087c155975 100644 --- a/sound/soc/codecs/wm8961.c +++ b/sound/soc/codecs/wm8961.c | |||
@@ -1116,7 +1116,7 @@ MODULE_DEVICE_TABLE(i2c, wm8961_i2c_id); | |||
1116 | 1116 | ||
1117 | static struct i2c_driver wm8961_i2c_driver = { | 1117 | static struct i2c_driver wm8961_i2c_driver = { |
1118 | .driver = { | 1118 | .driver = { |
1119 | .name = "wm8961-codec", | 1119 | .name = "wm8961", |
1120 | .owner = THIS_MODULE, | 1120 | .owner = THIS_MODULE, |
1121 | }, | 1121 | }, |
1122 | .probe = wm8961_i2c_probe, | 1122 | .probe = wm8961_i2c_probe, |