mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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:
parent
9665408eac
commit
722d0daf2b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user