Commit 8eebf1a4 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Remove redundant initialisation from longhaul.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent e2aa8732
......@@ -679,7 +679,7 @@ static int __init longhaul_init(void)
static void __exit longhaul_exit(void)
{
int i=0;
int i;
for (i=0; i < numscales; i++) {
if (clock_ratio[i] == maxmult) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment