diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
commit | c69ffda546522ae67544ad717a45abbc2ca3527f (patch) | |
tree | fb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch | |
parent | 140be9f1a5915e952722813e60716a257d622f74 (diff) | |
download | mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.zip mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2 |
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch b/target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch index 361b8d7..f645036 100644 --- a/target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch +++ b/target/linux/ramips/patches-4.3/0051-serial-add-ugly-custom-baud-rate-hack.patch @@ -8,11 +8,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> drivers/tty/serial/serial_core.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c -index 603d2cc..4020e07 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c -@@ -359,6 +359,9 @@ uart_get_baud_rate(struct uart_port *port, struct ktermios *termios, +@@ -359,6 +359,9 @@ uart_get_baud_rate(struct uart_port *por break; } @@ -22,6 +20,3 @@ index 603d2cc..4020e07 100644 for (try = 0; try < 2; try++) { baud = tty_termios_baud_rate(termios); --- -1.7.10.4 - |