Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122601
b: refs/heads/master
c: 702c790
h: refs/heads/master
i:
  122599: f0fd62b
v: v3
  • Loading branch information
Karsten Keil authored and David S. Miller committed Dec 13, 2008
1 parent cd3993d commit 1da2e82
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: c31655fcf2c61f209aab8f4169b0e4afe49b581d
refs/heads/master: 702c7904a29629e4e6b18d5497abe84bd20c0449
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/tei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ create_teimanager(struct mISDNdevice *dev)
if (!mgr)
return -ENOMEM;
INIT_LIST_HEAD(&mgr->layer2);
mgr->lock = __RW_LOCK_UNLOCKED(mgr->lock);
rwlock_init(&mgr->lock);
skb_queue_head_init(&mgr->sendq);
mgr->nextid = 1;
mgr->lastid = MISDN_ID_NONE;
Expand Down

0 comments on commit 1da2e82

Please sign in to comment.