ASoC: Remove unused -codec from Wolfson device driver names
Devices that aren't MFDs don't need to distinguish this. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -1641,7 +1641,7 @@ MODULE_DEVICE_TABLE(i2c, wm8993_i2c_id);
|
||||
|
||||
static struct i2c_driver wm8993_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "wm8993-codec",
|
||||
.name = "wm8993",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = wm8993_i2c_probe,
|
||||
|
Reference in New Issue
Block a user