Skip to content

Commit

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

spin_lock_init(&sp->lock);
atomic_set(&sp->refcnt, 1);
init_MUTEX_LOCKED(&sp->dead_sem);
sema_init(&sp->dead_sem, 0);

/* !!! length of the buffers. MTU is IP MTU, not PACLEN! */

Expand Down

0 comments on commit e3f58eb

Please sign in to comment.