Loading drivers/net/ppp/ppp_async.c +3 −2 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ ppp_asynctty_open(struct tty_struct *tty) goto out_free; tty->disc_data = ap; tty->receive_room = 65536; tty->receive_room = 131072; return 0; out_free: Loading Loading @@ -356,6 +356,7 @@ ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, if (!skb_queue_empty(&ap->rqueue)) tasklet_schedule(&ap->tsk); ap_put(ap); if (tty->port && !tty->port->low_latency) tty_unthrottle(tty); } Loading Loading
drivers/net/ppp/ppp_async.c +3 −2 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ ppp_asynctty_open(struct tty_struct *tty) goto out_free; tty->disc_data = ap; tty->receive_room = 65536; tty->receive_room = 131072; return 0; out_free: Loading Loading @@ -356,6 +356,7 @@ ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf, if (!skb_queue_empty(&ap->rqueue)) tasklet_schedule(&ap->tsk); ap_put(ap); if (tty->port && !tty->port->low_latency) tty_unthrottle(tty); } Loading