ASoC: Remove redundant -codec from WM8580 driver name

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
Mark Brown 2011-08-02 13:21:53 +09:00
parent 9665408eac
commit 722d0daf2b

View File

@ -943,7 +943,7 @@ MODULE_DEVICE_TABLE(i2c, wm8580_i2c_id);
static struct i2c_driver wm8580_i2c_driver = {
.driver = {
.name = "wm8580-codec",
.name = "wm8580",
.owner = THIS_MODULE,
},
.probe = wm8580_i2c_probe,