Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29349
b: refs/heads/master
c: d67e7eb
h: refs/heads/master
i:
  29347: cbf7f34
v: v3
  • Loading branch information
Jeff Garzik committed Nov 18, 2005
1 parent 96fefa1 commit 6ed93b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f333b3f111e9db76109e304df8ee777ace7fbf86
refs/heads/master: d67e7ebb2a15bf0429c55f2fc1c4b02808367874
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant,
handled++;
}

if (ap &&
(ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR)))
if (ap && (ap->flags & ATA_FLAG_PORT_DISABLED))
continue;

err_mask = ac_err_mask(ata_status);
Expand All @@ -1242,7 +1241,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant,
VPRINTK("port %u IRQ found for qc, "
"ata_status 0x%x\n", port,ata_status);
/* mark qc status appropriately */
if (!(qc->tf.ctl & ATA_NIEN))
if (!(qc->tf.flags & ATA_TFLAG_POLLING))
ata_qc_complete(qc, err_mask);
}
}
Expand Down

0 comments on commit 6ed93b0

Please sign in to comment.