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 e40c5b051c15..4fb8bccef655 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
-@@ -3315,17 +3315,9 @@ void serial8250_console_write_atomic(str
+@@ -3318,17 +3318,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);
-@@ -3340,9 +3332,6 @@ void serial8250_console_write_atomic(str
+@@ -3343,9 +3335,6 @@ void serial8250_console_write_atomic(str
wait_for_xmitr(up, BOTH_EMPTY);
restore_ier(up);