m68knommu: allow 4 coldfire serial ports

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, April 21, 2010 - 12:59 pm

Gitweb:     http://git.kernel.org/linus/2545cf6e94b4eb5a2c48dd55751aa9a70ff1ff9d
Commit:     2545cf6e94b4eb5a2c48dd55751aa9a70ff1ff9d
Parent:     3732b68f22857201fa09cb82b128f295096a2375
Author:     Philippe De Muyter <phdm@macqel.be>
AuthorDate: Thu Mar 18 11:37:13 2010 +0100
Committer:  Greg Ungerer <gerg@uclinux.org>
CommitDate: Wed Apr 21 14:56:00 2010 +1000

    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>
---
 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 b9f7dfe..b5aaef9 100644
--- a/drivers/serial/mcf.c
+++ b/drivers/serial/mcf.c
@@ -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)
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
m68knommu: allow 4 coldfire serial ports, Linux Kernel Mailing ..., (Wed Apr 21, 12:59 pm)