Commit 1462206c authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

PM / domains: Drop unused label

Drop the "out" label in __pm_genpd_poweron() that's not used any more.
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent cea3ad93
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment