Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b14dabcdb651ddd9f85c69c9042322c139e7da84
Commit:     b14dabcdb651ddd9f85c69c9042322c139e7da84
Parent:     fd0b45dfd1858c6b49d06355a460bcf36d654c06
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 4 00:22:19 2008 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Thu Jan 10 16:52:41 2008 -0500

    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 <[EMAIL PROTECTED]>
    Cc: Mark Lord <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/sata_qstor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/sata_qstor.c b/drivers/ata/sata_qstor.c
index 2f1de6e..c68b241 100644
--- a/drivers/ata/sata_qstor.c
+++ b/drivers/ata/sata_qstor.c
@@ -270,7 +270,7 @@ static int qs_scr_read(struct ata_port *ap, unsigned int 
sc_reg, u32 *val)
 static void qs_error_handler(struct ata_port *ap)
 {
        qs_enter_reg_mode(ap);
-       ata_do_eh(ap, qs_prereset, ata_std_softreset, NULL,
+       ata_do_eh(ap, qs_prereset, NULL, sata_std_hardreset,
                  ata_std_postreset);
 }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to