diff options
Diffstat (limited to 'src/soc/intel/broadwell/pch/elog.c')
-rw-r--r-- | src/soc/intel/broadwell/pch/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/elog.c b/src/soc/intel/broadwell/pch/elog.c index 789b4e84a7..e3e8c0cab1 100644 --- a/src/soc/intel/broadwell/pch/elog.c +++ b/src/soc/intel/broadwell/pch/elog.c @@ -107,7 +107,7 @@ static void pch_log_state(void *unused) { const struct chipset_power_state *ps; - if (acpi_pm_state_for_elog(&ps) < 0) + if (acpi_fetch_pm_state(&ps, PS_CLAIMER_ELOG) < 0) return; /* Power and Reset */ |