Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29355
b: refs/heads/master
c: 278efe9
h: refs/heads/master
i:
  29353: 11c8f75
  29351: 54e8082
v: v3
  • Loading branch information
Jeff Garzik committed Dec 6, 2005
1 parent 4fd79a8 commit dd44bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 701db69d6647f61e4660c9102d7f2fd5dffc203d
refs/heads/master: 278efe950988e72e2d0cea35059438fc27035d13
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4336,7 +4336,8 @@ inline unsigned int ata_host_intr (struct ata_port *ap,
ap->id, status, host_stat);

ap->hsm_task_state = HSM_ST_IDLE;
ata_qc_complete(qc, status | ATA_ERR);
qc->err_mask |= __ac_err_mask(status);
ata_qc_complete(qc);
break;
default:
goto idle_irq;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant,
/* mark qc status appropriately */
if (!(qc->tf.flags & ATA_TFLAG_POLLING)) {
qc->err_mask |= err_mask;
ata_qc_complete(qc, err_mask);
ata_qc_complete(qc);
}
}
}
Expand Down

0 comments on commit dd44bc7

Please sign in to comment.