summaryrefslogtreecommitdiff
path: root/patches/drivers-tty-fix-omap-lock-crap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/drivers-tty-fix-omap-lock-crap.patch')
-rw-r--r--patches/drivers-tty-fix-omap-lock-crap.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/drivers-tty-fix-omap-lock-crap.patch b/patches/drivers-tty-fix-omap-lock-crap.patch
index b6a54199b9e9..5a66912fe84b 100644
--- a/patches/drivers-tty-fix-omap-lock-crap.patch
+++ b/patches/drivers-tty-fix-omap-lock-crap.patch
@@ -13,7 +13,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
-@@ -1257,13 +1257,10 @@ serial_omap_console_write(struct console
+@@ -1312,13 +1312,10 @@ serial_omap_console_write(struct console
pm_runtime_get_sync(up->dev);
@@ -30,7 +30,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
/*
* First save the IER then disable the interrupts
-@@ -1292,8 +1289,7 @@ serial_omap_console_write(struct console
+@@ -1347,8 +1344,7 @@ serial_omap_console_write(struct console
pm_runtime_mark_last_busy(up->dev);
pm_runtime_put_autosuspend(up->dev);
if (locked)