Commit 768bc8a4 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Fix silly typo that broke the compile.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 4386ad85
......@@ -176,7 +176,7 @@ static void longhaul_setstate(unsigned int clock_ratio_index)
if (old_ratio == clock_ratio_index)
return;
oldratio = clock_ratio_index;
old_ratio = clock_ratio_index;
mult = clock_ratio[clock_ratio_index];
if (mult == -1)
......
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