Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xi Pardee and committed by
Ilpo Järvinen
ceeb5c98 99e243c2

-1
-1
drivers/platform/x86/intel/pmc/core.c
··· 1248 1248 /* Read 32 bit LPM_PRI register */ 1249 1249 lpm_pri = pmc_core_reg_read(pmc, pmc->map->lpm_priority_offset); 1250 1250 1251 - 1252 1251 /* 1253 1252 * If lpm_pri value passes verification, then override the default 1254 1253 * modes here. Otherwise stick with the default.