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

Commit 2545cf6e authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Greg Ungerer
Browse files

m68knommu: allow 4 coldfire serial ports



Fix driver/serial/mcf.c for 4-ports coldfire's (e.g. MCF5484).

Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 3732b68f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ static const struct uart_ops mcf_uart_ops = {
	.verify_port	= mcf_verify_port,
};

static struct mcf_uart mcf_ports[3];
static struct mcf_uart mcf_ports[4];

#define	MCF_MAXPORTS	ARRAY_SIZE(mcf_ports)