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 0c1ddc7 commit 54ce9aaCopy full SHA for 54ce9aa
drivers/pmdomain/core.c
@@ -1508,7 +1508,7 @@ static int genpd_finish_suspend(struct device *dev,
1508
if (ret)
1509
return ret;
1510
1511
- if (device_wakeup_path(dev) && genpd_is_active_wakeup(genpd))
+ if (device_awake_path(dev) && genpd_is_active_wakeup(genpd))
1512
return 0;
1513
1514
if (genpd->dev_ops.stop && genpd->dev_ops.start &&
@@ -1563,7 +1563,7 @@ static int genpd_finish_resume(struct device *dev,
1563
if (IS_ERR(genpd))
1564
return -EINVAL;
1565
1566
1567
return resume_noirq(dev);
1568
1569
genpd_lock(genpd);
0 commit comments