Skip to content

Commit

Permalink
thermal: cpu_cooling: remove not needed curl brackets
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eduardo Valentin authored and Zhang Rui committed Apr 24, 2013
1 parent 99871a7 commit 2d9bf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/thermal/cpu_cooling.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
cpufreq_dev_count--;

/* Unregister the notifier for the last cpufreq cooling device */
if (cpufreq_dev_count == 0) {
if (cpufreq_dev_count == 0)
cpufreq_unregister_notifier(&thermal_cpufreq_notifier_block,
CPUFREQ_POLICY_NOTIFIER);
}

mutex_unlock(&cooling_cpufreq_lock);

thermal_cooling_device_unregister(cpufreq_dev->cool_dev);
Expand Down

0 comments on commit 2d9bf71

Please sign in to comment.