]> git.baikalelectronics.ru Git - kernel.git/commit
sata_nv: propagate ata_pci_device_do_resume return value
authorRobert Hancock <hancockr@shaw.ca>
Tue, 6 Feb 2007 00:26:04 +0000 (16:26 -0800)
committerJeff Garzik <jeff@garzik.org>
Fri, 9 Feb 2007 22:39:40 +0000 (17:39 -0500)
commit63d3bb20f37794ba39eee6d327b08f01fb5b4950
tree79fd15871c469fb199e1e0c74ed1f8996b902b1c
parent30956975f89a3ac0d5e07b6e98da9e2743fbd798
sata_nv: propagate ata_pci_device_do_resume return value

ata_pci_device_do_resume can fail if the PCI device couldn't be re-enabled.
 Update sata_nv to propagate the return value from this call and to not try
to do any other resume activities if it fails.  Fixes a compile warning.

Signed-off-by: Robert Hancock <hancockr@shaw.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_nv.c