Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29371
b: refs/heads/master
c: aef9d53
h: refs/heads/master
i:
  29369: 3e77422
  29367: 85e92b9
v: v3
  • Loading branch information
Albert Lee authored and Jeff Garzik committed Feb 9, 2006
1 parent 82c0999 commit 1d344b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6ef65e6d004b77d516037424c7ccc209d0d3509
refs/heads/master: aef9d533da2eb7a5700a8c8700f2597c35cc50d1
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ int ata_rwcmd_protocol(struct ata_queued_cmd *qc)
} else if (lba48 && (qc->ap->flags & ATA_FLAG_PIO_LBA48)) {
/* Unable to use DMA due to host limitation */
tf->protocol = ATA_PROT_PIO;
index = dev->multi_count ? 0 : 4;
index = dev->multi_count ? 0 : 8;
} else {
tf->protocol = ATA_PROT_DMA;
index = 16;
Expand Down

0 comments on commit 1d344b5

Please sign in to comment.