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)
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>

No differences found