libata: fix EH device failure handling
authorTejun Heo <tj@kernel.org>
Thu, 29 Jan 2009 11:31:29 +0000 (20:31 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 3 Feb 2009 04:02:57 +0000 (23:02 -0500)
commitd89293abd95bfd7dd9229087d6c30c1464c5ac83
tree70cc96e6ad14bf6ddbddc5d824e2e104a7387f66
parent8d993eaa9c3c61b8a5929a7f695078a1fcfb4869
libata: fix EH device failure handling

The dev->pio_mode > XFER_PIO_0 test is there to avoid unnecessary
speed down warning messages but it accidentally disabled SATA link spd
down during configuration phase after reset where PIO mode is always
zero.

This patch fixes the problem by moving the test where it belongs.
This makes libata probing sequence behave better when the connection
is flaky at higher link speeds which isn't too uncommon for eSATA
devices.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-eh.c