diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 3071a2341be3..1389c64e0027 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1696,7 +1696,7 @@ static void ahci_port_intr(struct ata_port *ap) | |||
1696 | else | 1696 | else |
1697 | qc_active = readl(port_mmio + PORT_CMD_ISSUE); | 1697 | qc_active = readl(port_mmio + PORT_CMD_ISSUE); |
1698 | 1698 | ||
1699 | rc = ata_qc_complete_multiple(ap, qc_active, NULL); | 1699 | rc = ata_qc_complete_multiple(ap, qc_active); |
1700 | 1700 | ||
1701 | /* while resetting, invalid completions are expected */ | 1701 | /* while resetting, invalid completions are expected */ |
1702 | if (unlikely(rc < 0 && !resetting)) { | 1702 | if (unlikely(rc < 0 && !resetting)) { |