commit | fe202fde50a986a8510c62a76dc8733c1a8fac86 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Aug 05 21:45:11 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Aug 05 21:45:11 2011 +0200 |
tree | 055cb487668446bcf184650039ac8a12268a6b81 | |
parent | de96355c111679dd6e2c5c73e25e814c72510c58 [diff] |
PM / Domains: Fix pm_genpd_poweron() The local variable ret is defined twice in pm_genpd_poweron(), which causes this function to always return 0, even if the PM domain's .power_on() callback fails, in which case an error code should be returned. Remove the wrong second definition of ret and additionally remove an unnecessary definition of wait from pm_genpd_poweron(). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>