From: Tejun Heo Date: Wed, 8 Jul 2009 03:16:37 +0000 (+0900) Subject: libata: fix follow-up SRST failure path X-Git-Tag: v2.6.31-rc4~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2c4d018fc6127610fef677e020b3bb41cfaaaf;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed