diff options
Diffstat (limited to 'drivers/tc')
-rw-r--r-- | drivers/tc/zs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index fc3197273663..3d72aa5cfc71 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c | |||
@@ -626,10 +626,8 @@ static void do_softint(unsigned long private_) | |||
626 | if (!tty) | 626 | if (!tty) |
627 | return; | 627 | return; |
628 | 628 | ||
629 | if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) { | 629 | if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) |
630 | tty_wakeup(tty); | 630 | tty_wakeup(tty); |
631 | wake_up_interruptible(&tty->write_wait); | ||
632 | } | ||
633 | } | 631 | } |
634 | 632 | ||
635 | static int zs_startup(struct dec_serial * info) | 633 | static int zs_startup(struct dec_serial * info) |