ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 7 Mar 2012 00:14:15 +0000 (16:14 -0800)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Mar 2012 08:04:29 +0000 (17:04 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c

index eeb4d96..b4718b0 100644 (file)
@@ -794,7 +794,7 @@ static struct fsi_ak4642_info fsi2_ak4643_info = {
 static struct platform_device fsi_ak4643_device = {
        .name   = "fsi-ak4642-audio",
        .dev    = {
-               .platform_data  = &fsi_info,
+               .platform_data  = &fsi2_ak4643_info,
        },
 };