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

Commit 3a353824 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: zero terminate 8250 platform data for r2d board



struct plat_serial8250_port should contain a terminating zero entry

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6894e0a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -86,7 +86,8 @@ static struct plat_serial8250_port uart_platform_data[] = {
		.flags		= UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
		.regshift	= 2,
		.uartclk	= (9600 * 16),
	}
	},
	{ 0 },
};

static struct platform_device uart_device = {