Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54755
b: refs/heads/master
c: 2bd7e20
h: refs/heads/master
i:
  54753: c84648e
  54751: 9f8bc2e
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed May 8, 2007
1 parent 9bb86bc commit 053cfa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 9ea6e5d8088096aeba29b6778c3d3d82fb495e9f
refs/heads/master: 2bd7e20e0d24325b0799544bc8105cc57cc8e2aa
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hysdn/boardergo.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ ergo_inithardware(hysdn_card * card)
card->waitpofready = ergo_waitpofready;
card->set_errlog_state = ergo_set_errlog_state;
INIT_WORK(&card->irq_queue, ergo_irq_bh);
card->hysdn_lock = SPIN_LOCK_UNLOCKED;
spin_lock_init(&card->hysdn_lock);

return (0);
} /* ergo_inithardware */
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/isdnloop/isdnloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ isdnloop_initcard(char *id)
skb_queue_head_init(&card->bqueue[i]);
}
skb_queue_head_init(&card->dqueue);
card->isdnloop_lock = SPIN_LOCK_UNLOCKED;
spin_lock_init(&card->isdnloop_lock);
card->next = cards;
cards = card;
if (!register_isdn(&card->interface)) {
Expand Down

0 comments on commit 053cfa9

Please sign in to comment.