net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions
[cascardo/linux.git] / drivers / sh / pm_runtime.c
index afe9282..8afa5a4 100644 (file)
@@ -25,7 +25,7 @@
 static int default_platform_runtime_idle(struct device *dev)
 {
        /* suspend synchronously to disable clocks immediately */
-       return pm_runtime_suspend(dev);
+       return 0;
 }
 
 static struct dev_pm_domain default_pm_domain = {