From: Tejun Heo Date: Fri, 7 Dec 2007 23:47:01 +0000 (+0900) Subject: libata: clear link->eh_info.serror from ata_std_postreset() X-Git-Tag: v2.6.24-rc6~23^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fe7ad4bcaba17f05d5cbf1119772c645783b08;p=pandora-kernel.git libata: clear link->eh_info.serror from ata_std_postreset() link->eh_info.serror is used to cache SError for controllers which need it cleared from interrupt handler to clear IRQ. It also should be cleared after reset just like SError itself. Make ata_std_postreset() clear link->eh_info.serror too and update sata_sil such that it doesn't care about bookkeeping the value. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed