]> err.no Git - linux-2.6/blobdiff - drivers/scsi/aic7xxx_old.c
[SCSI] fix typo in previous Scsi_Cmnd convertion in aic7xxx_old.c
[linux-2.6] / drivers / scsi / aic7xxx_old.c
index bcd7fffab9074fbb2ab5fab1768bd5ec686657a5..46eed10b25d95db126f5bbe38be66c52d8791407 100644 (file)
@@ -2646,7 +2646,7 @@ static void aic7xxx_done_cmds_complete(struct aic7xxx_host *p)
 
        while (p->completeq.head != NULL) {
                cmd = p->completeq.head;
-               p->completeq.head = (struct scsi_Cmnd *) cmd->host_scribble;
+               p->completeq.head = (struct scsi_cmnd *) cmd->host_scribble;
                cmd->host_scribble = NULL;
                cmd->scsi_done(cmd);
        }