From: Mark Brown Date: Fri, 17 Feb 2012 06:52:19 +0000 (-0800) Subject: ASoC: ak4535: Remove -codec from driver name X-Git-Tag: v3.4-rc1~88^2^2~27^2~84 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d69280be4160963796f3a899722c126ab4889f02;p=karo-tx-linux.git ASoC: ak4535: Remove -codec from driver name Redundant, the device is only a CODEC. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index dd15516763ed..29d4dec1c25d 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c @@ -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,