ASoC: Remove -codec from WM8523 driver name
It's redundant to specify it. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
eaefb38f34
commit
9665408eac
|
@ -551,7 +551,7 @@ MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
|
|||
|
||||
static struct i2c_driver wm8523_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "wm8523-codec",
|
||||
.name = "wm8523",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = wm8523_i2c_probe,
|
||||
|
|
Loading…
Reference in New Issue