Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75011
b: refs/heads/master
c: f2dfc1a
h: refs/heads/master
i:
  75009: 5005090
  75007: ad0787f
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Dec 18, 2007
1 parent 4edc843 commit 4c512f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3264a8d8f95348e05cc6ac1ce747a8339ed7ab08
refs/heads/master: f2dfc1a12bb1a029df62b018a8e1882e91041025
4 changes: 2 additions & 2 deletions trunk/drivers/ata/libata-eh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1264,8 +1264,8 @@ static unsigned int atapi_eh_request_sense(struct ata_queued_cmd *qc)
tf.feature |= ATAPI_PKT_DMA;
} else {
tf.protocol = ATA_PROT_ATAPI;
tf.lbam = (8 * 1024) & 0xff;
tf.lbah = (8 * 1024) >> 8;
tf.lbam = SCSI_SENSE_BUFFERSIZE;
tf.lbah = 0;
}

return ata_exec_internal(dev, &tf, cdb, DMA_FROM_DEVICE,
Expand Down

0 comments on commit 4c512f3

Please sign in to comment.