]> git.baikalelectronics.ru Git - kernel.git/commit
PM / runtime: Fix handling of suppliers with disabled runtime PM
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Dec 2017 13:58:34 +0000 (14:58 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Dec 2017 14:12:07 +0000 (15:12 +0100)
commit43c85cdff517992419c6da6fb67e922830eb5202
tree1c8660f0d9f4dd014b5b4808418586afb06bf2ac
parent0093d2df02d4e11e0da02e94f52cf63263b16c41
PM / runtime: Fix handling of suppliers with disabled runtime PM

Prevent rpm_get_suppliers() from returning an error code if runtime
PM is disabled for one or more of the supplier devices it wants to
runtime-resume, so as to make runtime PM work for devices with links
to suppliers that don't use runtime PM (such links may be created
during device enumeration even before it is known whether or not
runtime PM will be enabled for the devices in question, for example).

Fixes: 4c7e7b6bd1f7 (PM / runtime: Use device links)
Reported-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Lukas Wunner <lukas@wunner.de>
Tested-by: Adrian Hunter <adrian.hunter@intel.com>
drivers/base/power/runtime.c