diff options
Diffstat (limited to 'drivers/scsi/sata_qstor.c')
| -rw-r--r-- | drivers/scsi/sata_qstor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c index 9ffe1ef0d205..8ef042a09448 100644 --- a/drivers/scsi/sata_qstor.c +++ b/drivers/scsi/sata_qstor.c | |||
| @@ -396,7 +396,7 @@ static inline unsigned int qs_intr_pkt(struct ata_host_set *host_set) | |||
| 396 | sff1, sff0, port_no, sHST, sDST); | 396 | sff1, sff0, port_no, sHST, sDST); |
| 397 | handled = 1; | 397 | handled = 1; |
| 398 | if (ap && !(ap->flags & | 398 | if (ap && !(ap->flags & |
| 399 | (ATA_FLAG_PORT_DISABLED|ATA_FLAG_NOINTR))) { | 399 | (ATA_FLAG_DISABLED|ATA_FLAG_NOINTR))) { |
| 400 | struct ata_queued_cmd *qc; | 400 | struct ata_queued_cmd *qc; |
| 401 | struct qs_port_priv *pp = ap->private_data; | 401 | struct qs_port_priv *pp = ap->private_data; |
| 402 | if (!pp || pp->state != qs_state_pkt) | 402 | if (!pp || pp->state != qs_state_pkt) |
| @@ -429,7 +429,7 @@ static inline unsigned int qs_intr_mmio(struct ata_host_set *host_set) | |||
| 429 | struct ata_port *ap; | 429 | struct ata_port *ap; |
| 430 | ap = host_set->ports[port_no]; | 430 | ap = host_set->ports[port_no]; |
| 431 | if (ap && | 431 | if (ap && |
| 432 | !(ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR))) { | 432 | !(ap->flags & (ATA_FLAG_DISABLED | ATA_FLAG_NOINTR))) { |
| 433 | struct ata_queued_cmd *qc; | 433 | struct ata_queued_cmd *qc; |
| 434 | struct qs_port_priv *pp = ap->private_data; | 434 | struct qs_port_priv *pp = ap->private_data; |
| 435 | if (!pp || pp->state != qs_state_mmio) | 435 | if (!pp || pp->state != qs_state_mmio) |
