Commit e49d603c authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt

ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 1740d344
...@@ -794,7 +794,7 @@ static struct fsi_ak4642_info fsi2_ak4643_info = { ...@@ -794,7 +794,7 @@ static struct fsi_ak4642_info fsi2_ak4643_info = {
static struct platform_device fsi_ak4643_device = { static struct platform_device fsi_ak4643_device = {
.name = "fsi-ak4642-audio", .name = "fsi-ak4642-audio",
.dev = { .dev = {
.platform_data = &fsi_info, .platform_data = &fsi2_ak4643_info,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment