diff options
Diffstat (limited to 'src/soc/intel/alderlake/pmutil.c')
-rw-r--r-- | src/soc/intel/alderlake/pmutil.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/alderlake/pmutil.c b/src/soc/intel/alderlake/pmutil.c index 43d5084356..d8308b4019 100644 --- a/src/soc/intel/alderlake/pmutil.c +++ b/src/soc/intel/alderlake/pmutil.c @@ -209,10 +209,8 @@ static inline int deep_s3_enabled(void) } /* Return 0, 3, or 5 to indicate the previous sleep state. */ -int soc_prev_sleep_state(const struct chipset_power_state *ps, - int prev_sleep_state) +int soc_prev_sleep_state(const struct chipset_power_state *ps, int prev_sleep_state) { - /* * Check for any power failure to determine if this a wake from * S5 because the PCH does not set the WAK_STS bit when waking |