commit | 4b31db8a16fa0d4d6a0fa42d044e7a4f4dad3641 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Dec 24 15:04:06 2010 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Dec 24 15:04:06 2010 +0100 |
tree | 4075d84f26fdd8e70ec62c9b541caa1ea23cebda | |
parent | 5c1a07ab3e78ef68fc9ccf419c969e8ed88d7cb6 [diff] |
PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally The __pm_generic_resume() function changes the given device's runtime PM status to RPM_ACTIVE if its driver's callback returns 0, but it only should do that if the rumtime PM is enabled for the device. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>