Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
This commit is contained in:
@@ -385,6 +385,7 @@ int ata_scsi_error(struct Scsi_Host *host)
|
|||||||
* appropriate place
|
* appropriate place
|
||||||
*/
|
*/
|
||||||
host->host_failed--;
|
host->host_failed--;
|
||||||
|
INIT_LIST_HEAD(&host->eh_cmd_q);
|
||||||
|
|
||||||
DPRINTK("EXIT\n");
|
DPRINTK("EXIT\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
@@ -468,7 +468,7 @@ static void pdc20621_dma_prep(struct ata_queued_cmd *qc)
|
|||||||
for (i = 0; i < last; i++) {
|
for (i = 0; i < last; i++) {
|
||||||
buf[idx++] = cpu_to_le32(sg_dma_address(&sg[i]));
|
buf[idx++] = cpu_to_le32(sg_dma_address(&sg[i]));
|
||||||
buf[idx++] = cpu_to_le32(sg_dma_len(&sg[i]));
|
buf[idx++] = cpu_to_le32(sg_dma_len(&sg[i]));
|
||||||
total_len += sg[i].length;
|
total_len += sg_dma_len(&sg[i]);
|
||||||
}
|
}
|
||||||
buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT);
|
buf[idx - 1] |= cpu_to_le32(ATA_PRD_EOT);
|
||||||
sgt_len = idx * 4;
|
sgt_len = idx * 4;
|
||||||
|
Reference in New Issue
Block a user