From: Mikael Pettersson Date: Sun, 6 May 2007 20:12:31 +0000 (+0200) Subject: sata_promise: fix another error decode regression X-Git-Tag: v2.6.22-rc1~132^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ffcfd9d0dc735071379760c23317f15904f9056;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed