diff options
| author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 13:12:18 -0400 |
|---|---|---|
| committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 12:34:43 -0400 |
| commit | 2d9bf71c12be9caadd9a8276a78f3a3df8e9e852 (patch) | |
| tree | 0f4bc33aec428f3f109181a419df040acf5730cc | |
| parent | 99871a714b0a9429e960629fbc2c6c20c57ea484 (diff) | |
thermal: cpu_cooling: remove not needed curl brackets
Just for style purposes, remove extra curl brackets.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
| -rw-r--r-- | drivers/thermal/cpu_cooling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index a04269de1570..aa6875b272cb 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c | |||
| @@ -497,10 +497,10 @@ void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) | |||
| 497 | cpufreq_dev_count--; | 497 | cpufreq_dev_count--; |
| 498 | 498 | ||
| 499 | /* Unregister the notifier for the last cpufreq cooling device */ | 499 | /* Unregister the notifier for the last cpufreq cooling device */ |
| 500 | if (cpufreq_dev_count == 0) { | 500 | if (cpufreq_dev_count == 0) |
| 501 | cpufreq_unregister_notifier(&thermal_cpufreq_notifier_block, | 501 | cpufreq_unregister_notifier(&thermal_cpufreq_notifier_block, |
| 502 | CPUFREQ_POLICY_NOTIFIER); | 502 | CPUFREQ_POLICY_NOTIFIER); |
| 503 | } | 503 | |
| 504 | mutex_unlock(&cooling_cpufreq_lock); | 504 | mutex_unlock(&cooling_cpufreq_lock); |
| 505 | 505 | ||
| 506 | thermal_cooling_device_unregister(cpufreq_dev->cool_dev); | 506 | thermal_cooling_device_unregister(cpufreq_dev->cool_dev); |
