From: Mike Frysinger Date: Sun, 27 Mar 2011 04:44:11 +0000 (-0400) Subject: ASoC: ad73311: fix codec name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=370fd17dea6056cdb2fbbca47812cf96d2a02726;p=deliverable%2Flinux.git ASoC: ad73311: 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/ad73311.c b/sound/soc/codecs/ad73311.c index de799cd1ba72..8d793e993e9a 100644 --- a/sound/soc/codecs/ad73311.c +++ b/sound/soc/codecs/ad73311.c @@ -55,7 +55,7 @@ static int __devexit ad73311_remove(struct platform_device *pdev) static struct platform_driver ad73311_codec_driver = { .driver = { - .name = "ad73311-codec", + .name = "ad73311", .owner = THIS_MODULE, },