From: Tejun Heo Date: Fri, 17 Jul 2009 02:58:33 +0000 (+0900) Subject: libata: clear eh_info on reset completion X-Git-Tag: v2.6.32-rc1~717^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e641060c4b564e820abdb6a4c7a603a0d386250;p=pandora-kernel.git libata: clear eh_info on reset completion Resets are done with port frozen but some controllers still issue interrupts during reset and they may end up recording error conditions in ehi leading to unnecessary EH retrials. This patch makes ata_eh_reset() clear ehi on reset completion. As reset is the most severe recovery action, there's nothing to lose by clearing ehi on its completion. Signed-off-by: Tejun Heo Reported-by: Zdenek Kaspar Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed