Skip to content

Commit 2545cf6

Browse files
phdmgregungerer
authored andcommitted
m68knommu: allow 4 coldfire serial ports
Fix driver/serial/mcf.c for 4-ports coldfire's (e.g. MCF5484). Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
1 parent 3732b68 commit 2545cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/mcf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ static const struct uart_ops mcf_uart_ops = {
445445
.verify_port = mcf_verify_port,
446446
};
447447

448-
static struct mcf_uart mcf_ports[3];
448+
static struct mcf_uart mcf_ports[4];
449449

450450
#define MCF_MAXPORTS ARRAY_SIZE(mcf_ports)
451451

0 commit comments

Comments
 (0)