projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9addf3b
)
[CPUFREQ] Whitespace fixup
author
Dave Jones
<davej@redhat.com>
Sun, 11 Feb 2007 01:03:51 +0000
(20:03 -0500)
committer
Dave Jones
<davej@redhat.com>
Sun, 11 Feb 2007 01:03:51 +0000
(20:03 -0500)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq_ondemand.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cpufreq/cpufreq_ondemand.c
b/drivers/cpufreq/cpufreq_ondemand.c
index bcf8bb877a8bb4bba7adef9cb362eafca2370ab7..d60bcb9d14ccd811c72fee221ebf894e8c695efc 100644
(file)
--- a/
drivers/cpufreq/cpufreq_ondemand.c
+++ b/
drivers/cpufreq/cpufreq_ondemand.c
@@
-470,7
+470,7
@@
static inline void dbs_timer_init(struct cpu_dbs_info_s *dbs_info)
int delay = usecs_to_jiffies(dbs_tuners_ins.sampling_rate);
delay -= jiffies % delay;
- dbs_info->enable = 1;
+ dbs_info->enable = 1;
ondemand_powersave_bias_init();
dbs_info->sample_type = DBS_NORMAL_SAMPLE;
INIT_DELAYED_WORK_NAR(&dbs_info->work, do_dbs_timer);