diff options
| author | Xi Pardee <xi.pardee@linux.intel.com> | 2026-01-08 14:31:42 -0800 |
|---|---|---|
| committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2026-01-13 16:31:41 +0200 |
| commit | ceeb5c9835696065323cc4c2ab48b1a7a46d8269 (patch) | |
| tree | 8092604f5d51999353876c7c7dea4afd52655b12 | |
| parent | 99e243c2b170c59f349e1b2a772a6f6a30430b4d (diff) | |
| download | lwn-ceeb5c9835696065323cc4c2ab48b1a7a46d8269.tar.gz lwn-ceeb5c9835696065323cc4c2ab48b1a7a46d8269.zip | |
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>
| -rw-r--r-- | drivers/platform/x86/intel/pmc/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c index e16f9630b908..02b303418d18 100644 --- a/drivers/platform/x86/intel/pmc/core.c +++ b/drivers/platform/x86/intel/pmc/core.c @@ -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. |
