diff options
-rw-r--r-- | drivers/serial/mcf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/mcf.c b/drivers/serial/mcf.c index b9f7dfe6c5d5..b5aaef965f24 100644 --- a/drivers/serial/mcf.c +++ b/drivers/serial/mcf.c | |||
@@ -445,7 +445,7 @@ static const struct uart_ops mcf_uart_ops = { | |||
445 | .verify_port = mcf_verify_port, | 445 | .verify_port = mcf_verify_port, |
446 | }; | 446 | }; |
447 | 447 | ||
448 | static struct mcf_uart mcf_ports[3]; | 448 | static struct mcf_uart mcf_ports[4]; |
449 | 449 | ||
450 | #define MCF_MAXPORTS ARRAY_SIZE(mcf_ports) | 450 | #define MCF_MAXPORTS ARRAY_SIZE(mcf_ports) |
451 | 451 | ||