From: Mark Brown Date: Tue, 2 Aug 2011 04:04:14 +0000 (+0900) Subject: ASoC: Remove -codec from WM8523 driver name X-Git-Tag: next-20110809~30^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9665408eac564374f95cc8a216e9db0aecb17ef5;p=karo-tx-linux.git ASoC: Remove -codec from WM8523 driver name It's redundant to specify it. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index 4fd4d8dca0fc..131200917c56 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c @@ -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,