From: Matt Schulte Date: Fri, 7 Dec 2012 04:19:58 +0000 (-0600) Subject: tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition X-Git-Tag: upstream/snapshot3+hdmi~5853^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f7d67d0de0f0728ed258426a62ab555191cdfc8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c index 26b9dc0..bf2f1a0 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, },