diff options
Diffstat (limited to 'drivers/net/hamradio/6pack.c')
-rw-r--r-- | drivers/net/hamradio/6pack.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c index 82a36266dfc9..9d5721287d6f 100644 --- a/drivers/net/hamradio/6pack.c +++ b/drivers/net/hamradio/6pack.c | |||
@@ -491,9 +491,7 @@ static void sixpack_receive_buf(struct tty_struct *tty, | |||
491 | sixpack_decode(sp, buf, count1); | 491 | sixpack_decode(sp, buf, count1); |
492 | 492 | ||
493 | sp_put(sp); | 493 | sp_put(sp); |
494 | if (test_and_clear_bit(TTY_THROTTLED, &tty->flags) | 494 | tty_unthrottle(tty); |
495 | && tty->ops->unthrottle) | ||
496 | tty->ops->unthrottle(tty); | ||
497 | } | 495 | } |
498 | 496 | ||
499 | /* | 497 | /* |