Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355612
b: refs/heads/master
c: 53e1cb4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Walmsley committed Jan 29, 2013
1 parent d0dfb30 commit 85abaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c165a14023ecec8a68f3b87d0c3c822426065937
refs/heads/master: 53e1cb469e6cf353aa581e6b0a36cca359ecee25
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/clockdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ int clkdm_sleep(struct clockdomain *clkdm)
spin_lock_irqsave(&clkdm->lock, flags);
clkdm->_flags &= ~_CLKDM_FLAG_HWSUP_ENABLED;
ret = arch_clkdm->clkdm_sleep(clkdm);
ret |= pwrdm_state_switch(clkdm->pwrdm.ptr);
spin_unlock_irqrestore(&clkdm->lock, flags);
return ret;
}
Expand Down

0 comments on commit 85abaf9

Please sign in to comment.