Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211706
b: refs/heads/master
c: 0bce198
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 6935257 commit 33bfbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 495e64bddeb9349395ed346177057fff7d52857e
refs/heads/master: 0bce198b7688911e072bd65032ab9278b577ee93
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ppp_asynctty_open(struct tty_struct *tty)
tasklet_init(&ap->tsk, ppp_async_process, (unsigned long) ap);

atomic_set(&ap->refcnt, 1);
init_MUTEX_LOCKED(&ap->dead_sem);
sema_init(&ap->dead_sem, 0);

ap->chan.private = ap;
ap->chan.ops = &async_ops;
Expand Down

0 comments on commit 33bfbec

Please sign in to comment.