Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34361
b: refs/heads/master
c: 3906f4e
h: refs/heads/master
i:
  34359: 6459071
v: v3
  • Loading branch information
Dave Jones committed Sep 5, 2006
1 parent a8cd613 commit 8ab997f
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: b5ecf60fe6b18de0bc59d336d444835d4ef835ed
refs/heads/master: 3906f4edeef976c081c4e7bd92164d2f59c325ae
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static inline void dbs_timer_init(unsigned int cpu)
delay -= jiffies % delay;

ondemand_powersave_bias_init();
INIT_WORK(&dbs_info->work, do_dbs_timer, 0);
INIT_WORK(&dbs_info->work, do_dbs_timer, NULL);
queue_delayed_work_on(cpu, kondemand_wq, &dbs_info->work, delay);
}

Expand Down

0 comments on commit 8ab997f

Please sign in to comment.