Searched hist:fe2c4d018fc6127610fef677e020b3bb41cfaaaf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | diff fe2c4d018fc6127610fef677e020b3bb41cfaaaf Tue Jul 07 22:16:37 CDT 2009 Tejun Heo <tj@kernel.org> libata: fix follow-up SRST failure path
ata_eh_reset() was missing error return handling after follow-up SRST allowing EH to continue the normal probing path after reset failure. This was discovered while testing new WD 2TB drives which take longer than 10 secs to spin up and cause the first follow-up SRST to time out.
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
|