]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PM / Domains: Ensure subdomain is not in use before removing
authorJon Hunter <jonathanh@nvidia.com>
Thu, 3 Sep 2015 08:10:37 +0000 (09:10 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 5 Sep 2015 01:33:19 +0000 (03:33 +0200)
commit30e7a65b3fdb53cc49f85c965095e40aceea3961
treec1c6bfaf9597591c7c987315b25bd5f6e429a202
parent29e47e2173349ee06bd339f7753821c720d50923
PM / Domains: Ensure subdomain is not in use before removing

The function pm_genpd_remove_subdomain() removes a subdomain from a
generic PM domain, however, it does not check if the subdomain has any
slave domains or device attached before doing so. Therefore, add a test
to verify that the subdomain does not have any slave domains associated
or any device attached before removing.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/domain.c