Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256952
b: refs/heads/master
c: 5ca8081
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jul 14, 2011
1 parent d63078f commit d5f7d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d28054020f97c7c9f15327a53945f0f40ffc5d7a
refs/heads/master: 5ca80817e231723f1399bff495854ba2171103ca
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-shmobile/pm-sh7372.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ static int pd_power_down_a3rv(struct generic_pm_domain *genpd)
int ret = pd_power_down(genpd);

/* try to power down A4LC after A3RV is requested off */
pm_genpd_poweron(&sh7372_a4lc.genpd);
genpd_queue_power_off_work(&sh7372_a4lc.genpd);

return ret;
Expand All @@ -118,7 +117,7 @@ static int pd_power_down_a4lc(struct generic_pm_domain *genpd)
if (!(__raw_readl(PSTR) & (1 << sh7372_a3rv.bit_shift)))
return pd_power_down(genpd);

return 0;
return -EBUSY;
}

static bool pd_active_wakeup(struct device *dev)
Expand Down

0 comments on commit d5f7d5e

Please sign in to comment.