Commit bce44e9f authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Remove bogus newline in powernow-k7 driver.

parent de78c311
......@@ -201,8 +201,6 @@ static int get_ranges (unsigned char *pst)
dprintk ("VID: 0x%x (%d.%03dV)\n", vid, mobile_vid_table[vid]/1000,
mobile_vid_table[vid]%1000);
}
dprintk ("\n");
powernow_table[number_scales].frequency = CPUFREQ_TABLE_END;
powernow_table[number_scales].index = 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