From ea36ad76bcf0043d137da37ea1aee7bded76f5a2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 3 Nov 2011 15:15:52 +0000 Subject: lantiq: bump to 3.1 SVN-Revision: 28721 --- .../lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch (limited to 'target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch') diff --git a/target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch b/target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch deleted file mode 100644 index ccc01a772d..0000000000 --- a/target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/drivers/tty/serial/lantiq.c -+++ b/drivers/tty/serial/lantiq.c -@@ -478,8 +478,10 @@ lqasc_set_termios(struct uart_port *port - spin_unlock_irqrestore(<q_asc_lock, flags); - - /* Don't rewrite B0 */ -- if (tty_termios_baud_rate(new)) -+ if (tty_termios_baud_rate(new)) - tty_termios_encode_baud_rate(new, baud, baud); -+ -+ uart_update_timeout(port, cflag, baud); - } - - static const char* -- cgit v1.2.3