PM / Runtime: Rework the "runtime idle" helper routine
[firefly-linux-kernel-4.4.55.git] / drivers / ata / libata-core.c
index 8cacd1693f030d74e7e838e1ccc7459cb26d85c5..315cbce5cca84c8b7bec4dbe88edc6cb3b8be2f1 100644 (file)
@@ -5440,7 +5440,7 @@ static int ata_port_runtime_idle(struct device *dev)
                                return -EBUSY;
        }
 
-       return pm_runtime_suspend(dev);
+       return 0;
 }
 
 static int ata_port_runtime_suspend(struct device *dev)