Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374592
b: refs/heads/master
c: 2d9bf71
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Valentin authored and Zhang Rui committed Apr 24, 2013
1 parent be7ce91 commit 2bc9059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99871a714b0a9429e960629fbc2c6c20c57ea484
refs/heads/master: 2d9bf71c12be9caadd9a8276a78f3a3df8e9e852
4 changes: 2 additions & 2 deletions trunk/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 2bc9059

Please sign in to comment.