aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/hvsi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/char/hvsi.c b/drivers/char/hvsi.c
index 54cbb58b8740..017f755632a3 100644
--- a/drivers/char/hvsi.c
+++ b/drivers/char/hvsi.c
@@ -987,10 +987,7 @@ static void hvsi_write_worker(void *arg)
987 start_j = 0; 987 start_j = 0;
988#endif /* DEBUG */ 988#endif /* DEBUG */
989 wake_up_all(&hp->emptyq); 989 wake_up_all(&hp->emptyq);
990 if (test_bit(TTY_DO_WRITE_WAKEUP, &hp->tty->flags) 990 tty_wakeup(hp->tty);
991 && hp->tty->ldisc.write_wakeup)
992 hp->tty->ldisc.write_wakeup(hp->tty);
993 wake_up_interruptible(&hp->tty->write_wait);
994 } 991 }
995 992
996out: 993out: