Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29383
b: refs/heads/master
c: db024d5
h: refs/heads/master
i:
  29381: 499fb30
  29379: 1cc2cb4
  29375: 53a0d58
v: v3
  • Loading branch information
Jeff Garzik committed Feb 13, 2006
1 parent 547afa9 commit ff6c1dc
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: 3875e1945b55f0eb83fe7359614a801eeb716761
refs/heads/master: db024d5398cd332023896caf70530564b15ec88e
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3282,9 +3282,9 @@ static void atapi_send_cdb(struct ata_port *ap, struct ata_queued_cmd *qc)
{
/* send SCSI cdb */
DPRINTK("send cdb\n");
WARN_ON(ap->cdb_len < 12);
WARN_ON(qc->dev->cdb_len < 12);

ata_data_xfer(ap, qc->cdb, ap->cdb_len, 1);
ata_data_xfer(ap, qc->cdb, qc->dev->cdb_len, 1);
ata_altstatus(ap); /* flush */

switch (qc->tf.protocol) {
Expand Down

0 comments on commit ff6c1dc

Please sign in to comment.