Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355420
b: refs/heads/master
c: ec66912
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Baltieri authored and Linus Walleij committed Jan 7, 2013
1 parent e565518 commit f219185
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: 6f179b724b1488ead0acc1a04f2adade99ca0736
refs/heads/master: ec6691239373395d64fb73f50444f09a6f29d5ef
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/dbx500-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int __cpuinit dbx500_cpufreq_init(struct cpufreq_policy *policy)
}

static struct cpufreq_driver dbx500_cpufreq_driver = {
.flags = CPUFREQ_STICKY,
.flags = CPUFREQ_STICKY | CPUFREQ_CONST_LOOPS,
.verify = dbx500_cpufreq_verify_speed,
.target = dbx500_cpufreq_target,
.get = dbx500_cpufreq_getspeed,
Expand Down

0 comments on commit f219185

Please sign in to comment.