aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/serial_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
index 69d00008f7a..db7912cb7ae 100644
--- a/drivers/tty/serial/serial_core.c
+++ b/drivers/tty/serial/serial_core.c
@@ -1414,7 +1414,6 @@ static void __uart_wait_until_sent(struct uart_port *port, int timeout)
1414 if (time_after(jiffies, expire)) 1414 if (time_after(jiffies, expire))
1415 break; 1415 break;
1416 } 1416 }
1417 set_current_state(TASK_RUNNING); /* might not be needed */
1418} 1417}
1419 1418
1420static void uart_wait_until_sent(struct tty_struct *tty, int timeout) 1419static void uart_wait_until_sent(struct tty_struct *tty, int timeout)