Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e45a6430 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Zhang Rui
Browse files

thermal: cpu_cooling: remove trailing blank line



Remove unnecessary blank line.

Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent d8892a01
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)