We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eceeee commit 69e57d6Copy full SHA for 69e57d6
subsys/pm/device.c
@@ -33,7 +33,7 @@ static int _pm_devices(enum pm_device_state state)
33
int ret;
34
35
/* ignore busy devices */
36
- if (pm_device_is_busy(dev)) {
+ if (pm_device_is_busy(dev) || pm_device_wakeup_is_enabled(dev)) {
37
continue;
38
}
39
0 commit comments