PM / domains: Drop unused label

Drop the "out" label in __pm_genpd_poweron() that's not used any more.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Rafael J. Wysocki 2015-09-27 15:20:30 +02:00
parent cea3ad93d9
commit 1462206cbc

View file

@ -227,7 +227,6 @@ static int __pm_genpd_poweron(struct generic_pm_domain *genpd)
if (ret)
goto err;
out:
genpd->status = GPD_STATE_ACTIVE;
return 0;