Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 370fd17d authored by Mike Frysinger's avatar Mike Frysinger Committed by Mark Brown
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2a161018
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},