aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/power/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/power/common.c b/drivers/base/power/common.c
index 390868c2b392..7ae62b6355b8 100644
--- a/drivers/base/power/common.c
+++ b/drivers/base/power/common.c
@@ -98,8 +98,8 @@ EXPORT_SYMBOL_GPL(dev_pm_put_subsys_data);
98 * Callers must ensure proper synchronization of this function with power 98 * Callers must ensure proper synchronization of this function with power
99 * management callbacks. 99 * management callbacks.
100 * 100 *
101 * Returns 0 on successfully attached PM domain and when it found that the 101 * Returns 0 on successfully attached PM domain, or when it is found that the
102 * device don't need a PM domain, else a negative error code. 102 * device doesn't need a PM domain, else a negative error code.
103 */ 103 */
104int dev_pm_domain_attach(struct device *dev, bool power_on) 104int dev_pm_domain_attach(struct device *dev, bool power_on)
105{ 105{