Jeff,

This fixes an occasional oops in the libata-scsi code.

  Martins Krikis

--- linux-2.4.29/drivers/scsi/libata-scsi.c     2005-01-28 12:07:56.000000000 
-0500
+++ linux-2.4.29-iswraid/drivers/scsi/libata-scsi.c     2005-01-28 
12:14:43.000000000 -0500
@@ -283,7 +283,8 @@ void ata_to_sense_error(struct ata_queue
        /* No immediate match */
        if(err)
                printk(KERN_DEBUG "ata%u: no sense translation for 0x%02x\n", 
qc->ap->id, err);
-       
+
+       i = 0;
        /* Fall back to interpreting status bits */
        while(stat_table[i][0] != 0xFF)
        {



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to