aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMatt Schulte <matts@commtech-fastcom.com>2012-12-06 22:19:58 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-15 19:06:42 -0800
commit4f7d67d0de0f0728ed258426a62ab555191cdfc8 (patch)
tree7465e5c732dce00a5b8b9fb65ced3e8ee6723c67 /drivers
parenttty: serial: vt8500: fix return value check in vt8500_serial_probe() (diff)
downloadlinux-dev-4f7d67d0de0f0728ed258426a62ab555191cdfc8.tar.xz
linux-dev-4f7d67d0de0f0728ed258426a62ab555191cdfc8.zip
tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition Signed-off-by: Matt Schulte <matts@commtech-fastcom.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/8250/8250_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index 26b9dc012ed0..bf2f1a0b9ae7 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -2246,7 +2246,7 @@ static struct pciserial_board pci_boards[] = {
[pbn_b0_8_1152000_200] = {
.flags = FL_BASE0,
- .num_ports = 2,
+ .num_ports = 8,
.base_baud = 1152000,
.uart_offset = 0x200,
},