mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
aa0baaef97
This patch (as1317) fixes a bug in the PM core. When a device is resumed following a system sleep, the core decrements the device's runtime PM usage counter but doesn't issue an idle notification if the counter reaches 0. This could prevent an otherwise unused device from being runtime-suspended again after the system sleep. The fix is to call pm_runtime_put_sync() instead of pm_runtime_put_noidle(). Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
power.h | ||
runtime.c | ||
sysfs.c | ||
trace.c |