projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2655a2c
)
8250: propogate the bugs field
author
Alan Cox
<alan@linux.intel.com>
Thu, 12 Jul 2012 12:00:06 +0000
(13:00 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Jul 2012 21:48:11 +0000
(14:48 -0700)
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>
drivers/tty/serial/8250/8250.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250.c
b/drivers/tty/serial/8250/8250.c
index 2b2468506e081d7cf696885d86c4178c2951265f..ca42d16e5a121a52f33b471e401d33ee847ade1b 100644
(file)
--- 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)