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/wm8988.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/wm8988.c')
-rw-r--r-- | sound/soc/codecs/wm8988.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c index 093884705b01..ab52963dd04c 100644 --- a/sound/soc/codecs/wm8988.c +++ b/sound/soc/codecs/wm8988.c | |||
@@ -822,7 +822,7 @@ static int __devexit wm8988_spi_remove(struct spi_device *spi) | |||
822 | 822 | ||
823 | static struct spi_driver wm8988_spi_driver = { | 823 | static struct spi_driver wm8988_spi_driver = { |
824 | .driver = { | 824 | .driver = { |
825 | .name = "wm8988-codec", | 825 | .name = "wm8988", |
826 | .owner = THIS_MODULE, | 826 | .owner = THIS_MODULE, |
827 | }, | 827 | }, |
828 | .probe = wm8988_spi_probe, | 828 | .probe = wm8988_spi_probe, |