libata: schedule probing after SError access failure during autopsy
authorTejun Heo <htejun@gmail.com>
Mon, 16 Jul 2007 05:29:41 +0000 (14:29 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 20 Jul 2007 12:26:26 +0000 (08:26 -0400)
commit4e57c517b3cbaceb7438eeec879ca129fc17442c
treec77ee2e10ff0b9d83d454937e5890c38314cbabf
parentfccb6ea5c240b9f29baa55448488fd6aee49f5a5
libata: schedule probing after SError access failure during autopsy

If SError isn't accessible, EH can't tell whether hotplug has happened
or not.  Report SError read failure with AC_ERR_OTHER and schedule
probing with hardreset.  This will be mainly useful for PMPs.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-eh.c