Re: [PATCH] PCI/PM: Removing the function pci_pm_complete()

2013-10-07 Thread Bjorn Helgaas
On Tue, Sep 10, 2013 at 4:46 AM, Chuansheng Liu wrote: > > Commit(88d2613) removed the pm_runtime_put_sync() from pci_pm_complete() > to PM core code device_complete(). > > Here the pci_pm_complete() is doing the same work which can be done in > device_complete(), so we can remove it directly. > >

Re: [PATCH] PCI/PM: Removing the function pci_pm_complete()

2013-10-05 Thread Rafael J. Wysocki
On Friday, October 04, 2013 11:47:25 AM Bjorn Helgaas wrote: > On Tue, Sep 10, 2013 at 4:46 AM, Chuansheng Liu > wrote: > > > > Commit(88d2613) removed the pm_runtime_put_sync() from pci_pm_complete() > > to PM core code device_complete(). > > > > Here the pci_pm_complete() is doing the same work

Re: [PATCH] PCI/PM: Removing the function pci_pm_complete()

2013-10-04 Thread Bjorn Helgaas
On Tue, Sep 10, 2013 at 4:46 AM, Chuansheng Liu wrote: > > Commit(88d2613) removed the pm_runtime_put_sync() from pci_pm_complete() > to PM core code device_complete(). > > Here the pci_pm_complete() is doing the same work which can be done in > device_complete(), so we can remove it directly. > >

[PATCH] PCI/PM: Removing the function pci_pm_complete()

2013-09-09 Thread Chuansheng Liu
Commit(88d2613) removed the pm_runtime_put_sync() from pci_pm_complete() to PM core code device_complete(). Here the pci_pm_complete() is doing the same work which can be done in device_complete(), so we can remove it directly. Signed-off-by: liu chuansheng --- drivers/pci/pci-driver.c |9