From: Tejun Heo Date: Thu, 31 Jul 2008 07:07:04 +0000 (+0900) Subject: libata: fix EH action overwriting in ata_eh_reset() X-Git-Tag: v2.6.27-rc5~51^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a674050e068a2919908730279f0b731ae6d2e005;p=pandora-kernel.git libata: fix EH action overwriting in ata_eh_reset() ehc->i.action got accidentally overwritten to ATA_EH_HARD/SOFTRESET in ata_eh_reset(). The original intention was to clear reset action which wasn't selected. This can cause unexpected behavior when other EH actions are scheduled together with reset. Fix it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed