1
0
Fork 0

thermal: cpu_cooling: remove trailing blank line

Remove unnecessary blank line.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
hifive-unleashed-5.1
Eduardo Valentin 2013-04-17 17:12:04 +00:00 committed by Zhang Rui
parent d8892a01b1
commit e45a643002
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ static int get_property(unsigned int cpu, unsigned long input,
if (property == GET_FREQ)
level = descend ? input : (max_level - input -1);
for (i = 0, j = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) {
/* ignore invalid entry */
if (table[i].frequency == CPUFREQ_ENTRY_INVALID)