projects
/
GitHub
/
LineageOS
/
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:
355eb31
)
[CPUFREQ] Fix another redundant initialisation in freq_table
author
Dave Jones
<davej@redhat.com>
Tue, 30 May 2006 21:59:48 +0000
(17:59 -0400)
committer
Dave Jones
<davej@redhat.com>
Tue, 30 May 2006 21:59:48 +0000
(17:59 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/freq_table.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cpufreq/freq_table.c
b/drivers/cpufreq/freq_table.c
index 78cfe8c0346b3abc7075d054b348af2e4a4763d1..427bf7a60d6331720ee613092e62b5533b7edffd 100644
(file)
--- a/
drivers/cpufreq/freq_table.c
+++ b/
drivers/cpufreq/freq_table.c
@@
-51,7
+51,7
@@
int cpufreq_frequency_table_verify(struct cpufreq_policy *policy,
struct cpufreq_frequency_table *table)
{
unsigned int next_larger = ~0;
- unsigned int i
= 0
;
+ unsigned int i;
unsigned int count = 0;
dprintk("request for verification of policy (%u - %u kHz) for cpu %u\n", policy->min, policy->max, policy->cpu);