aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-07-12 13:00:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-12 14:48:11 -0700
commita2d33d87d8a4a5047597439fb917f57e4264a79a (patch)
tree49fc4b7d8e06383b0e4f9a9c800ea687846c196e /drivers/tty/serial/8250/8250.c
parent8250: use the 8250 register interface not the legacy one (diff)
downloadlinux-dev-a2d33d87d8a4a5047597439fb917f57e4264a79a.tar.xz
linux-dev-a2d33d87d8a4a5047597439fb917f57e4264a79a.zip
8250: propogate the bugs field
Now we are using the uart_8250_port this is trivial Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/8250.c')
-rw-r--r--drivers/tty/serial/8250/8250.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250.c b/drivers/tty/serial/8250/8250.c
index 2b2468506e08..ca42d16e5a12 100644
--- a/drivers/tty/serial/8250/8250.c
+++ b/drivers/tty/serial/8250/8250.c
@@ -3155,6 +3155,7 @@ int serial8250_register_8250_port(struct uart_8250_port *up)
uart->port.regshift = up->port.regshift;
uart->port.iotype = up->port.iotype;
uart->port.flags = up->port.flags | UPF_BOOT_AUTOCONF;
+ uart->bugs = up->bugs;
uart->port.mapbase = up->port.mapbase;
uart->port.private_data = up->port.private_data;
if (up->port.dev)