platform/x86/intel/pmc: Remove double empty line

Remove double empty line to improve readability.

Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com>
Link: https://patch.msgid.link/20260108223144.504267-5-xi.pardee@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
Xi Pardee 2026-01-08 14:31:42 -08:00 committed by Ilpo Järvinen
parent 99e243c2b1
commit ceeb5c9835
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View File

@ -1248,7 +1248,6 @@ static void pmc_core_pmc_get_low_power_modes(struct pmc_dev *pmcdev, struct pmc
/* Read 32 bit LPM_PRI register */
lpm_pri = pmc_core_reg_read(pmc, pmc->map->lpm_priority_offset);
/*
* If lpm_pri value passes verification, then override the default
* modes here. Otherwise stick with the default.