From: Tejun Heo Date: Sun, 2 Jul 2006 17:54:58 +0000 (+0900) Subject: [PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy() X-Git-Tag: v2.6.18-rc1~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0662c58b3265f52f708a6d59476bc7862b01f9c0;p=pandora-kernel.git [PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy() ata_eh_autopsy() used to directly assign determined action mask to ehc->i.action thus overriding actions set by some of nested analyze functions. This patch makes ata_eh_autopsy() add action masks just as it's done in other places. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed