diff options
| -rw-r--r-- | drivers/ata/sata_fsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 1b22d5c339d7..b8d9cfc60374 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
| @@ -1293,7 +1293,7 @@ static void sata_fsl_host_intr(struct ata_port *ap) | |||
| 1293 | ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask); | 1293 | ata_qc_complete_multiple(ap, ap->qc_active ^ done_mask); |
| 1294 | return; | 1294 | return; |
| 1295 | 1295 | ||
| 1296 | } else if ((ap->qc_active & (1 << ATA_TAG_INTERNAL))) { | 1296 | } else if ((ap->qc_active & (1ULL << ATA_TAG_INTERNAL))) { |
| 1297 | iowrite32(1, hcr_base + CC); | 1297 | iowrite32(1, hcr_base + CC); |
| 1298 | qc = ata_qc_from_tag(ap, ATA_TAG_INTERNAL); | 1298 | qc = ata_qc_from_tag(ap, ATA_TAG_INTERNAL); |
| 1299 | 1299 | ||
