Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211705
b: refs/heads/master
c: 495e64b
h: refs/heads/master
i:
  211703: c009049
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent e3f58eb commit 6935257
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: 89d9f10d0b21268d3dba33db984ab03092861700
refs/heads/master: 495e64bddeb9349395ed346177057fff7d52857e
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/mkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ static int mkiss_open(struct tty_struct *tty)

spin_lock_init(&ax->buflock);
atomic_set(&ax->refcnt, 1);
init_MUTEX_LOCKED(&ax->dead_sem);
sema_init(&ax->dead_sem, 0);

ax->tty = tty;
tty->disc_data = ax;
Expand Down

0 comments on commit 6935257

Please sign in to comment.