Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82047
b: refs/heads/master
c: cb92441
h: refs/heads/master
i:
  82045: 1a5dd7b
  82043: c315bea
  82039: 7e21eca
  82031: 059e66c
  82015: 68d6296
  81983: 2e6157e
  81919: 86990bb
v: v3
  • Loading branch information
Mark Lord authored and Jeff Garzik committed Feb 1, 2008
1 parent 0a087e9 commit d446442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 8c0aeb4a483334613336ef895f34cecc0ecbbfa6
refs/heads/master: cb92441973ebd71d556fc7cdd9e597582327dd71
9 changes: 4 additions & 5 deletions trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,13 +1590,12 @@ static void mv_intr_edma(struct ata_port *ap)

qc = ata_qc_from_tag(ap, tag);

/* lower 8 bits of status are EDMA_ERR_IRQ_CAUSE_OFS
* bits (WARNING: might not necessarily be associated
* with this command), which -should- be clear
* if all is well
/* For non-NCQ mode, the lower 8 bits of status
* are from EDMA_ERR_IRQ_CAUSE_OFS,
* which should be zero if all went well.
*/
status = le16_to_cpu(pp->crpb[out_index].flags);
if (unlikely(status & 0xff)) {
if ((status & 0xff) && !(pp->pp_flags & MV_PP_FLAG_NCQ_EN)) {
mv_err_intr(ap, qc);
return;
}
Expand Down

0 comments on commit d446442

Please sign in to comment.