Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5727
b: refs/heads/master
c: 138b9dd
h: refs/heads/master
i:
  5725: d0e77e8
  5723: 2d75b2d
  5719: f09d004
  5711: 5c7e299
  5695: a181f8a
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Aug 8, 2005
1 parent ec19940 commit f94fc56
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 92e52b2e82bec10a70744d4a2b04e0ff2dfe2c98
refs/heads/master: 138b9dd1fd7b44176af4f3b672060c790b0eaf55
5 changes: 3 additions & 2 deletions trunk/drivers/isdn/icn/icn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ static void __exit icn_exit(void)
{
isdn_ctrl cmd;
icn_card *card = cards;
icn_card *last;
icn_card *last, *tmpcard;
int i;
unsigned long flags;

Expand All @@ -1670,8 +1670,9 @@ static void __exit icn_exit(void)
for (i = 0; i < ICN_BCH; i++)
icn_free_queue(card, i);
}
card = card->next;
tmpcard = card->next;
spin_unlock_irqrestore(&card->lock, flags);
card = tmpcard;
}
card = cards;
cards = NULL;
Expand Down

0 comments on commit f94fc56

Please sign in to comment.