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:
@@ -822,7 +822,7 @@ static int __devexit wm8988_spi_remove(struct spi_device *spi)
|
||||
|
||||
static struct spi_driver wm8988_spi_driver = {
|
||||
.driver = {
|
||||
.name = "wm8988-codec",
|
||||
.name = "wm8988",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = wm8988_spi_probe,
|
||||
|
Reference in New Issue
Block a user