Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143812
b: refs/heads/master
c: b298cec
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Apr 21, 2009
1 parent 6963c1c commit b454fb4
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: e873cff0fada2b0532ca5104d5b5f5b02aa442b2
refs/heads/master: b298cecb3deddf76d60022473a57f1cb776cbdcd
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -5934,7 +5934,7 @@ mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg)

/* Initalize the timer
*/
init_timer(&pCfg->timer);
init_timer_on_stack(&pCfg->timer);
pCfg->timer.data = (unsigned long) ioc;
pCfg->timer.function = mpt_timer_expired;
pCfg->wait_done = 0;
Expand Down

0 comments on commit b454fb4

Please sign in to comment.