projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor fixes, do not count interrupts without interrupt source as spurious (#1755)
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
drivers
/
serial
/
adm5120_uart.c
diff --git
a/target/linux/adm5120-2.6/files/drivers/serial/adm5120_uart.c
b/target/linux/adm5120-2.6/files/drivers/serial/adm5120_uart.c
index
6b42928
..
ea1010c
100644
(file)
--- a/
target/linux/adm5120-2.6/files/drivers/serial/adm5120_uart.c
+++ b/
target/linux/adm5120-2.6/files/drivers/serial/adm5120_uart.c
@@
-308,7
+308,7
@@
static void adm5120ser_shutdown(struct uart_port *port)
}
static void adm5120ser_set_termios(struct uart_port *port,
- struct
termios *termios, struct
termios *old)
+ struct
ktermios *termios, struct k
termios *old)
{
unsigned int baud, quot, lcrh;
unsigned long flags;
This page took
0.020803 seconds
and
4
git commands to generate.