aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/libata-transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-transport.c b/drivers/ata/libata-transport.c
index 9a7f0ea565df..74aaee30e264 100644
--- a/drivers/ata/libata-transport.c
+++ b/drivers/ata/libata-transport.c
@@ -291,6 +291,7 @@ int ata_tport_add(struct device *parent,
291 goto tport_err; 291 goto tport_err;
292 } 292 }
293 293
294 device_enable_async_suspend(dev);
294 pm_runtime_set_active(dev); 295 pm_runtime_set_active(dev);
295 pm_runtime_enable(dev); 296 pm_runtime_enable(dev);
296 297