summaryrefslogtreecommitdiff
path: root/patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch')
-rw-r--r--patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch b/patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch
index dc6155bcff99..064bc546b867 100644
--- a/patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch
+++ b/patches/serial-8250-remove-that-trylock-in-serial8250_consol.patch
@@ -13,7 +13,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
-@@ -3276,17 +3276,9 @@ void serial8250_console_write_atomic(str
+@@ -3187,17 +3187,9 @@ void serial8250_console_write_atomic(str
{
struct uart_port *port = &up->port;
unsigned int flags;
@@ -31,7 +31,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
touch_nmi_watchdog();
clear_ier(up);
-@@ -3301,9 +3293,6 @@ void serial8250_console_write_atomic(str
+@@ -3212,9 +3204,6 @@ void serial8250_console_write_atomic(str
wait_for_xmitr(up, BOTH_EMPTY);
restore_ier(up);