diff options
Diffstat (limited to 'sound/soc/codecs/wm8960.c')
-rw-r--r-- | sound/soc/codecs/wm8960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 55b9a25cd1b3..3446f9c25b83 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c | |||
@@ -1030,7 +1030,7 @@ MODULE_DEVICE_TABLE(i2c, wm8960_i2c_id); | |||
1030 | 1030 | ||
1031 | static struct i2c_driver wm8960_i2c_driver = { | 1031 | static struct i2c_driver wm8960_i2c_driver = { |
1032 | .driver = { | 1032 | .driver = { |
1033 | .name = "wm8960-codec", | 1033 | .name = "wm8960", |
1034 | .owner = THIS_MODULE, | 1034 | .owner = THIS_MODULE, |
1035 | }, | 1035 | }, |
1036 | .probe = wm8960_i2c_probe, | 1036 | .probe = wm8960_i2c_probe, |