Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155494
b: refs/heads/master
c: 4a21b8c
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 16, 2009
1 parent 716708d commit 1ff3ec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35b5c55fee08e6e4001ba98060a2d0b82f70b5f4
refs/heads/master: 4a21b8cb3550f19f838f7c48345fbbf6a0e8536b
1 change: 1 addition & 0 deletions trunk/drivers/net/ppp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
tty_unthrottle(tty);
}

static void
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ppp_synctty.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ ppp_sync_receive(struct tty_struct *tty, const unsigned char *buf,
if (!skb_queue_empty(&ap->rqueue))
tasklet_schedule(&ap->tsk);
sp_put(ap);
tty_unthrottle(tty);
}

static void
Expand Down

0 comments on commit 1ff3ec2

Please sign in to comment.