diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 13:12:04 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-26 21:25:47 -0400 |
commit | e45a6430025811c9ffc8932389adf5912f8ba4fd (patch) | |
tree | 919fb97b28adb7049c54c53fb48a3e99f1aef31d /drivers/thermal | |
parent | d8892a01b13c8ea3ad74fb0c56beb96e92a2c65e (diff) |
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>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/cpu_cooling.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 34d807bc5c3f..be04bb419fd7 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c | |||
@@ -183,7 +183,6 @@ static int get_property(unsigned int cpu, unsigned long input, | |||
183 | if (property == GET_FREQ) | 183 | if (property == GET_FREQ) |
184 | level = descend ? input : (max_level - input -1); | 184 | level = descend ? input : (max_level - input -1); |
185 | 185 | ||
186 | |||
187 | for (i = 0, j = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) { | 186 | for (i = 0, j = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) { |
188 | /* ignore invalid entry */ | 187 | /* ignore invalid entry */ |
189 | if (table[i].frequency == CPUFREQ_ENTRY_INVALID) | 188 | if (table[i].frequency == CPUFREQ_ENTRY_INVALID) |