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

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

ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo

parent 1740d344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
};