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:
Mark Brown 2011-08-02 13:04:14 +09:00
parent eaefb38f34
commit 9665408eac
1 changed files with 1 additions and 1 deletions

View File

@ -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,