summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/elog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/elog.c')
-rw-r--r--src/soc/intel/braswell/elog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/elog.c b/src/soc/intel/braswell/elog.c
index b49c7c83188a..f732fabc0f2f 100644
--- a/src/soc/intel/braswell/elog.c
+++ b/src/soc/intel/braswell/elog.c
@@ -77,7 +77,7 @@ void southcluster_log_state(void)
{
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;
log_power_and_resets(ps);