Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29394
b: refs/heads/master
c: 84ac69e
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Mar 24, 2006
1 parent 1ab4e73 commit cb7c4d1
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: 11ed56fb7899f9eb9eaef8e5919db1bf08f1b07e
refs/heads/master: 84ac69e8bf9f36eb0166817373336d14fa58f5cc
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/sata_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,13 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance,
handled++;
}

if (ap && !(ap->flags &
(ATA_FLAG_PORT_DISABLED|ATA_FLAG_NOINTR))) {
if (ap && !(ap->flags & ATA_FLAG_PORT_DISABLED)) {
struct ata_queued_cmd *qc;

qc = ata_qc_from_tag(ap, ap->active_tag);
if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
handled += ata_host_intr(ap, qc);
} else if (is_vsc_sata_int_err(i, int_status)) {
else if (is_vsc_sata_int_err(i, int_status)) {
/*
* On some chips (i.e. Intel 31244), an error
* interrupt will sneak in at initialization
Expand Down

0 comments on commit cb7c4d1

Please sign in to comment.