diff options
-rw-r--r-- | drivers/s390/char/sclp_con.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_con.c b/drivers/s390/char/sclp_con.c index fb54e7e47e59..ad698d30cb3b 100644 --- a/drivers/s390/char/sclp_con.c +++ b/drivers/s390/char/sclp_con.c | |||
@@ -109,7 +109,7 @@ static void sclp_console_sync_queue(void) | |||
109 | 109 | ||
110 | spin_lock_irqsave(&sclp_con_lock, flags); | 110 | spin_lock_irqsave(&sclp_con_lock, flags); |
111 | if (timer_pending(&sclp_con_timer)) | 111 | if (timer_pending(&sclp_con_timer)) |
112 | del_timer_sync(&sclp_con_timer); | 112 | del_timer(&sclp_con_timer); |
113 | while (sclp_con_queue_running) { | 113 | while (sclp_con_queue_running) { |
114 | spin_unlock_irqrestore(&sclp_con_lock, flags); | 114 | spin_unlock_irqrestore(&sclp_con_lock, flags); |
115 | sclp_sync_wait(); | 115 | sclp_sync_wait(); |