aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8750.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-03 05:22:28 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-14 06:19:43 -0400
commitdc5de62be6138dd141e78a454e9af0fd88d1eec8 (patch)
tree813a565100d72b9343069d4f00cbb996f1abb9b8 /sound/soc/codecs/wm8750.c
parent4b7ed83aa3c7f4b9fe363875440836e0f2aabbdf (diff)
ASoC: Remove redundant -codec from WM8750
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/wm8750.c')
-rw-r--r--sound/soc/codecs/wm8750.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index bbb697470d82..3f2aeec309a7 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -795,7 +795,7 @@ MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);
795 795
796static struct spi_driver wm8750_spi_driver = { 796static struct spi_driver wm8750_spi_driver = {
797 .driver = { 797 .driver = {
798 .name = "wm8750-codec", 798 .name = "wm8750",
799 .owner = THIS_MODULE, 799 .owner = THIS_MODULE,
800 .of_match_table = wm8750_of_match, 800 .of_match_table = wm8750_of_match,
801 }, 801 },
@@ -842,7 +842,7 @@ MODULE_DEVICE_TABLE(i2c, wm8750_i2c_id);
842 842
843static struct i2c_driver wm8750_i2c_driver = { 843static struct i2c_driver wm8750_i2c_driver = {
844 .driver = { 844 .driver = {
845 .name = "wm8750-codec", 845 .name = "wm8750",
846 .owner = THIS_MODULE, 846 .owner = THIS_MODULE,
847 .of_match_table = wm8750_of_match, 847 .of_match_table = wm8750_of_match,
848 }, 848 },