PCI PM: Return error codes from pci_pm_resume()
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 9 Sep 2009 21:51:27 +0000 (23:51 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 14 Sep 2009 20:41:42 +0000 (13:41 -0700)
commit999cce4a52d5abdda5d2cec6bac241899bc19e4c
tree0702e1050d8b31a377e8aade76777c5f1d45869e
parentfdcdaf6c4feca025de2f5e1b6c8e08ba0649e85a
PCI PM: Return error codes from pci_pm_resume()

Currently pci_pm_resume() always returns 0, which makes the error
variable defined in there a bit pointless.  Make pci_pm_resume()
return error codes obtained from drivers' callbacks.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-driver.c