aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/scsi_pm.c')
-rw-r--r--drivers/scsi/scsi_pm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_pm.c b/drivers/scsi/scsi_pm.c
index 4c5aabe21755..af4c050ce6e4 100644
--- a/drivers/scsi/scsi_pm.c
+++ b/drivers/scsi/scsi_pm.c
@@ -54,7 +54,8 @@ scsi_bus_suspend_common(struct device *dev, int (*cb)(struct device *))
54 /* 54 /*
55 * All the high-level SCSI drivers that implement runtime 55 * All the high-level SCSI drivers that implement runtime
56 * PM treat runtime suspend, system suspend, and system 56 * PM treat runtime suspend, system suspend, and system
57 * hibernate identically. 57 * hibernate nearly identically. In all cases the requirements
58 * for runtime suspension are stricter.
58 */ 59 */
59 if (pm_runtime_suspended(dev)) 60 if (pm_runtime_suspended(dev))
60 return 0; 61 return 0;