aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libahci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/libahci.c')
-rw-r--r--drivers/ata/libahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index 965842a08743..5038cee7d982 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -2436,6 +2436,8 @@ static void ahci_port_stop(struct ata_port *ap)
2436 * re-enabling INTx. 2436 * re-enabling INTx.
2437 */ 2437 */
2438 writel(1 << ap->port_no, host_mmio + HOST_IRQ_STAT); 2438 writel(1 << ap->port_no, host_mmio + HOST_IRQ_STAT);
2439
2440 ahci_rpm_put_port(ap);
2439} 2441}
2440 2442
2441void ahci_print_info(struct ata_host *host, const char *scc_s) 2443void ahci_print_info(struct ata_host *host, const char *scc_s)