From: Mike Frysinger Date: Sun, 27 Mar 2011 04:44:13 +0000 (-0400) Subject: ASoC: ad1980: fix codec name X-Git-Tag: v3.3-rc1~14^2~1115^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1afa98b8074136c81d23e56836a59b2c8f1529c8;p=platform%2Fkernel%2Flinux-3.10.git ASoC: ad1980: fix codec name The codec name should not have a "-codec" suffix since this is not part of a MFD. This was incorrectly changed during the multi-component updated. Signed-off-by: Mike Frysinger Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 34cb51e..923b364 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c @@ -266,7 +266,7 @@ static int __devexit ad1980_remove(struct platform_device *pdev) static struct platform_driver ad1980_codec_driver = { .driver = { - .name = "ad1980-codec", + .name = "ad1980", .owner = THIS_MODULE, },