Commit d69280be authored by Mark Brown's avatar Mark Brown

ASoC: ak4535: Remove -codec from driver name

Redundant, the device is only a CODEC.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d23031a4
......@@ -443,7 +443,7 @@ MODULE_DEVICE_TABLE(i2c, ak4535_i2c_id);
static struct i2c_driver ak4535_i2c_driver = {
.driver = {
.name = "ak4535-codec",
.name = "ak4535",
.owner = THIS_MODULE,
},
.probe = ak4535_i2c_probe,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment