diff options
| -rw-r--r-- | drivers/scsi/libata-scsi.c | 1 | ||||
| -rw-r--r-- | drivers/scsi/sata_sx4.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c index 794fb559efb0..6a75ec2187fd 100644 --- a/drivers/scsi/libata-scsi.c +++ b/drivers/scsi/libata-scsi.c | |||
| @@ -385,6 +385,7 @@ int ata_scsi_error(struct Scsi_Host *host) | |||
| 385 | * appropriate place | 385 | * appropriate place |
| 386 | */ | 386 | */ |
| 387 | host->host_failed--; | 387 | host->host_failed--; |
| 388 | INIT_LIST_HEAD(&host->eh_cmd_q); | ||
| 388 | 389 | ||
| 389 | DPRINTK("EXIT\n"); | 390 | DPRINTK("EXIT\n"); |
| 390 | return 0; | 391 | return 0; |
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c index 140cea05de3f..efd7d7a61135 100644 --- a/drivers/scsi/sata_sx4.c +++ b/drivers/scsi/sata_sx4.c | |||
| @@ -468,7 +468,7 @@ static void pdc20621_dma_prep(struct ata_queued_cmd *qc) | |||
| 468 | for (i = 0; i < last; i++) { | 468 | for (i = 0; i < last; i++) { |
| 469 | buf[idx++] = cpu_to_le32(sg_dma_address(&sg[i])); | 469 | buf[idx++] = cpu_to_le32(sg_dma_address(&sg[i])); |
| 470 | buf[idx++] = cpu_to_le32(sg_dma_len(&sg[i])); | 470 | buf[idx++] = cpu_to_le32(sg_dma_len(&sg[i])); |
| 471 | total_len += sg[i].length; | 471 | total_len += sg_dma_len(&sg[i]); |
| 472 | } | 472 | } |
| 473 | buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT); | 473 | buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT); |
| 474 | sgt_len = idx * 4; | 474 | sgt_len = idx * 4; |
