Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40171
b: refs/heads/master
c: 12a87d3
h: refs/heads/master
i:
  40169: b94dce8
  40167: aecb31a
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Oct 21, 2006
1 parent 9f1a7fb commit b899e55
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: 3343571d9f88a0de542d33aea9ab881f00ff866d
refs/heads/master: 12a87d36b3c5cb76a182c35f40d959a615d1c862
2 changes: 1 addition & 1 deletion trunk/drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ static void ahci_host_intr(struct ata_port *ap)
/* hmmm... a spurious interupt */

/* some devices send D2H reg with I bit set during NCQ command phase */
if (ap->sactive && status & PORT_IRQ_D2H_REG_FIS)
if (ap->sactive && (status & PORT_IRQ_D2H_REG_FIS))
return;

/* ignore interim PIO setup fis interrupts */
Expand Down

0 comments on commit b899e55

Please sign in to comment.