commit | ce053fa8b532aa038fba6230052daae5cd60eae6 | [log] [tgz] |
---|---|---|
author | Robert Hancock <hancockr@shaw.ca> | Mon Feb 05 16:26:04 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Feb 09 17:39:40 2007 -0500 |
tree | 79fd15871c469fb199e1e0c74ed1f8996b902b1c | |
parent | a2cfe81a59eea45a3f9afb4f652f7619982eac62 [diff] |
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>