Skip to content

Commit

Permalink
m68knommu: allow 4 coldfire serial ports
Browse files Browse the repository at this point in the history
Fix driver/serial/mcf.c for 4-ports coldfire's (e.g. MCF5484).

Signed-off-by: Philippe De Muyter <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
  • Loading branch information
phdm authored and gregungerer committed Apr 21, 2010
1 parent 3732b68 commit 2545cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/mcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2545cf6

Please sign in to comment.