Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74370
b: refs/heads/master
c: 9fc89c2
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Nov 29, 2007
1 parent 7dbdb82 commit 3d124bb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8ec2328f1138a58eaea55ec6150985a1623b01c5
refs/heads/master: 9fc89c2dea7ca7915e6606e49167cdca2f3c4e30
3 changes: 1 addition & 2 deletions trunk/drivers/isdn/hisax/hfcscard.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ hfcs_card_msg(struct IsdnCardState *cs, int mt, void *arg)
return(0);
case CARD_INIT:
delay = (75*HZ)/100 +1;
cs->hw.hfcD.timer.expires = jiffies + delay;
add_timer(&cs->hw.hfcD.timer);
mod_timer(&cs->hw.hfcD.timer, jiffies + delay);
spin_lock_irqsave(&cs->lock, flags);
reset_hfcs(cs);
init2bds0(cs);
Expand Down

0 comments on commit 3d124bb

Please sign in to comment.