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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;