diff options
-rw-r--r-- | sound/soc/codecs/wm8580.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index 4bbc0a79f01e..95ac6651094f 100644 --- a/sound/soc/codecs/wm8580.c +++ b/sound/soc/codecs/wm8580.c | |||
@@ -943,7 +943,7 @@ MODULE_DEVICE_TABLE(i2c, wm8580_i2c_id); | |||
943 | 943 | ||
944 | static struct i2c_driver wm8580_i2c_driver = { | 944 | static struct i2c_driver wm8580_i2c_driver = { |
945 | .driver = { | 945 | .driver = { |
946 | .name = "wm8580-codec", | 946 | .name = "wm8580", |
947 | .owner = THIS_MODULE, | 947 | .owner = THIS_MODULE, |
948 | }, | 948 | }, |
949 | .probe = wm8580_i2c_probe, | 949 | .probe = wm8580_i2c_probe, |