diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c index 846d89e3d12294d423af8a38ff57373d0b6f4505..0a4b75f834c02502e8a330e4f5828fcfaf28c229 100644 --- a/drivers/base/power/runtime.c +++ b/drivers/base/power/runtime.c @@ -777,7 +777,7 @@ int __pm_runtime_set_status(struct device *dev, unsigned int status) } if (parent) { - spin_lock(&parent->power.lock); + spin_lock_nested(&parent->power.lock, SINGLE_DEPTH_NESTING); /* * It is invalid to put an active child under a parent that is