Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 216ef0b6 authored by Ulf Hansson's avatar Ulf Hansson Committed by Rafael J. Wysocki
Browse files

PM / Runtime: Clarify comment in rpm_resume() when resuming the parent

parent 62006c17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -713,8 +713,8 @@ static int rpm_resume(struct device *dev, int rpmflags)

		spin_lock(&parent->power.lock);
		/*
		 * We can resume if the parent's runtime PM is disabled or it
		 * is set to ignore children.
		 * Resume the parent if it has runtime PM enabled and not been
		 * set to ignore its children.
		 */
		if (!parent->power.disable_depth
		    && !parent->power.ignore_children) {