From: Mikael Pettersson Date: Sat, 7 Apr 2007 12:29:51 +0000 (+0200) Subject: sata_promise: fix error decode regression X-Git-Tag: v2.6.22-rc1~1111^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce2d3abc292c1eecd9ddc6f03391a0a46c6561dc;p=pandora-kernel.git sata_promise: fix error decode regression Promise ATA ports should always be reset by pdc_reset_port() when errors are detected, but the recent error reason decoding update to sata_promise replaced that reset with a freeze. This patch changes the error detection to do a reset again. This makes the error decoding update safer, as it now only adds error decoding without changing any other behaviour. Signed-off-by: Mikael Pettersson Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed