Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44931
b: refs/heads/master
c: dab6df6
h: refs/heads/master
i:
  44929: e85017f
  44927: e160831
v: v3
  • Loading branch information
Marcel Holtmann authored and Linus Torvalds committed Dec 22, 2006
1 parent 7ae801c commit 9e5c2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2a67a576959025549a3b6a884bdd21f4dc107da
refs/heads/master: dab6df63086762629936e8b89a5984bae39724f6
1 change: 1 addition & 0 deletions trunk/drivers/isdn/i4l/isdn_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2339,6 +2339,7 @@ static struct ippp_ccp_reset_state *isdn_ppp_ccp_reset_alloc_state(struct ippp_s
rs->state = CCPResetIdle;
rs->is = is;
rs->id = id;
init_timer(&rs->timer);
rs->timer.data = (unsigned long)rs;
rs->timer.function = isdn_ppp_ccp_timer_callback;
is->reset->rs[id] = rs;
Expand Down

0 comments on commit 9e5c2fb

Please sign in to comment.