From: Tejun Heo Date: Thu, 3 Jan 2008 15:22:19 +0000 (+0900) Subject: sata_qstor: use hardreset instead of softreset X-Git-Tag: v2.6.24-rc8~50^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14dabcdb651ddd9f85c69c9042322c139e7da84;p=pandora-kernel.git sata_qstor: use hardreset instead of softreset During conversion to new EH, sata_qstor was accidentaly changed to use softreset, which is buggy on this chip, instead of hardreset. This patch updates sata_qstor such that it uses hardreset again. This fixes bugzilla bug 9631. Signed-off-by: Tejun Heo Cc: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed