Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196597
b: refs/heads/master
c: 6d1bdd2
h: refs/heads/master
i:
  196595: 4e1773d
v: v3
  • Loading branch information
d binderman authored and Benjamin Herrenschmidt committed Apr 7, 2010
1 parent 75399ec commit 47c9c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 213972e9faf8a16b27fee01ae7c7071de5080268
refs/heads/master: 6d1bdd2afbed74b3adcf3a7aec49e430eeb6c5f3
6 changes: 2 additions & 4 deletions trunk/drivers/macintosh/windfarm_pm81.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,8 @@ static int __devexit wf_smu_remove(struct platform_device *ddev)
wf_put_control(cpufreq_clamp);

/* Destroy control loops state structures */
if (wf_smu_sys_fans)
kfree(wf_smu_sys_fans);
if (wf_smu_cpu_fans)
kfree(wf_smu_cpu_fans);
kfree(wf_smu_sys_fans);
kfree(wf_smu_cpu_fans);

return 0;
}
Expand Down

0 comments on commit 47c9c81

Please sign in to comment.