From: Ulf Hansson Date: Wed, 2 Dec 2015 13:08:27 +0000 (+0100) Subject: PM / Domains: Validate cases of a non-bound driver in genpd governor X-Git-Tag: v4.13~4044^2^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=712caed435077966143a1ed2e6ae345916068d2e;p=mirror_ubuntu-bionic-kernel.git PM / Domains: Validate cases of a non-bound driver in genpd governor Recently genpd removed the requirement of a having a driver bound for its attached devices to allow genpd to power off. That change should also have removed a corresponding validation in the governor, let's correct that. Fixes: 298cd0f08801 (PM / Domains: Remove dev->driver check for runtime) Signed-off-by: Ulf Hansson Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/base/power/domain_governor.c b/drivers/base/power/domain_governor.c index e60dd12e23aa..1e937ac5f456 100644 --- a/drivers/base/power/domain_governor.c +++ b/drivers/base/power/domain_governor.c @@ -160,9 +160,6 @@ static bool default_power_down_ok(struct dev_pm_domain *pd) struct gpd_timing_data *td; s64 constraint_ns; - if (!pdd->dev->driver) - continue; - /* * Check if the device is allowed to be off long enough for the * domain to turn off and on (that's how much time it will