Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76920
b: refs/heads/master
c: cadb734
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Jeff Garzik committed Jan 23, 2008
1 parent b749db4 commit 073d6a4
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: defc9cd826e4a99f550504a744f9407b518828ae
refs/heads/master: cadb7345d92628d46cccd3765cc15cb9cd6abccf
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ static void atapi_request_sense(struct ata_queued_cmd *qc)
ata_qc_reinit(qc);

/* setup sg table and init transfer direction */
sg_init_one(&qc->sgent, cmd->sense_buffer, sizeof(cmd->sense_buffer));
sg_init_one(&qc->sgent, cmd->sense_buffer, SCSI_SENSE_BUFFERSIZE);
ata_sg_init(qc, &qc->sgent, 1);
qc->dma_dir = DMA_FROM_DEVICE;

Expand Down

0 comments on commit 073d6a4

Please sign in to comment.