Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211708
b: refs/heads/master
c: db7f859
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent b48fb12 commit 8b4951f
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: d1985508320ad40a68375bdbafa8a5d6c56d2114
refs/heads/master: db7f859ec53c0bfaf3520afe2feafd18a27e48fb
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/sir_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ struct sir_dev * sirdev_get_instance(const struct sir_driver *drv, const char *n
dev->tx_skb = NULL;

spin_lock_init(&dev->tx_lock);
init_MUTEX(&dev->fsm.sem);
sema_init(&dev->fsm.sem, 1);

dev->drv = drv;
dev->netdev = ndev;
Expand Down

0 comments on commit 8b4951f

Please sign in to comment.