sata_promise: fix another error decode regression
authorMikael Pettersson <mikpe@it.uu.se>
Sun, 6 May 2007 20:12:31 +0000 (22:12 +0200)
committerJeff Garzik <jeff@garzik.org>
Thu, 10 May 2007 00:15:46 +0000 (20:15 -0400)
commit8ffcfd9d0dc735071379760c23317f15904f9056
treef2c83d453ebb8410eb5ed1ccae216248cabdaa42
parent48be6b18336567a795bc41e4526f9adfb3a3d68e
sata_promise: fix another error decode regression

The sata_promise error decode update changed pdc_host_intr()
to return and not complete the qc after detecting an error.
Unfortunately not completing the qc:s causes them to always
time out on error, which is wrong and has nasty side-effects.

This patch updates pdc_error_intr() to call ata_port_abort(),
similar to ahci and sata_sil24. Doing this is important as it
makes EH see the original error and not a bogus timeout.

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_promise.c