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

[CPUFREQ] Fix formatting of 'nothing' output.

parent 47dd538f
......@@ -151,7 +151,7 @@ static int check_powernow(void)
}
if (!(edx & (1 << 1 | 1 << 2))) {
printk (" nothing.\n");
printk ("nothing.\n");
return 0;
}
......
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