Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275619
b: refs/heads/master
c: 2405095
h: refs/heads/master
i:
  275617: b8f55bf
  275615: c029e98
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Nov 9, 2011
1 parent 8b2c2c4 commit f052dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 056879d2f244001b2888cdc8cf868c33ca8b23a0
refs/heads/master: 24050956e029a9ecff096e1992869ada4492963c
3 changes: 2 additions & 1 deletion trunk/drivers/base/power/clock_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ int pm_clk_suspend(struct device *dev)

list_for_each_entry_reverse(ce, &psd->clock_list, node) {
if (ce->status < PCE_STATUS_ERROR) {
clk_disable(ce->clk);
if (ce->status == PCE_STATUS_ENABLED)
clk_disable(ce->clk);
ce->status = PCE_STATUS_ACQUIRED;
}
}
Expand Down

0 comments on commit f052dc3

Please sign in to comment.