commit | fe2c4d018fc6127610fef677e020b3bb41cfaaaf | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jul 08 12:16:37 2009 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue Jul 14 22:41:28 2009 -0400 |
tree | ce6bfcc0a34066c246667a31bf9f1d5f9538f651 | |
parent | 6847e154e3cd74fca6084124c097980a7634285a [diff] |
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>