19 Nov
2014
19 Nov
'14
11:56 a.m.
On Wed, Nov 19, 2014 at 03:13:26PM +0530, Vinod Koul wrote:
For ACPI we missed to pm_runtime_enable() call which is required to tell PM core that runtime on this device is enabled now. Since this is common to both PCI and APCI move it out. Also for ACPI we do not require pm_runtime_allow() call, so remove that
Applied, thanks.