Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10397
b: refs/heads/master
c: 422fa08
h: refs/heads/master
i:
  10395: b8af9ac
v: v3
  • Loading branch information
Jeff Garzik committed Oct 9, 2005
1 parent 2e02f32 commit 3d46869
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ffe75ef650e1aec26a84bd82a620b5e27df9ed34
refs/heads/master: 422fa08e538b649a9b80258950d2f8a202f45f19
7 changes: 6 additions & 1 deletion trunk/drivers/scsi/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,12 @@ static int atapi_qc_complete(struct ata_queued_cmd *qc, u8 drv_stat)
VPRINTK("ENTER, drv_stat == 0x%x\n", drv_stat);

if (unlikely(drv_stat & (ATA_BUSY | ATA_DRQ)))
ata_to_sense_error(qc, drv_stat);
/* FIXME: not quite right; we don't want the
* translation of taskfile registers into
* a sense descriptors, since that's only
* correct for ATA, not ATAPI
*/
ata_gen_ata_desc_sense(qc);

else if (unlikely(drv_stat & ATA_ERR)) {
DPRINTK("request check condition\n");
Expand Down

0 comments on commit 3d46869

Please sign in to comment.