diff options
| author | Ilpo Järvinen <[email protected]> | 2025-02-13 12:19:13 +0000 |
|---|---|---|
| committer | Ilpo Järvinen <[email protected]> | 2025-02-13 12:21:42 +0000 |
| commit | 432c2adb9e2f84f81c4b218acb07a2cd3dce64a9 (patch) | |
| tree | 8fcde78af0c929468971a8967f4d4b0a51f178c2 /drivers/platform/x86/intel/pmc | |
| parent | platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver (diff) | |
| parent | platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (diff) | |
| download | kernel-432c2adb9e2f84f81c4b218acb07a2cd3dce64a9.tar.gz kernel-432c2adb9e2f84f81c4b218acb07a2cd3dce64a9.zip | |
Merge branch 'fixes' into for-next
Merge fixes into for-next to avoid int3472 and thinkpad_acpi conflicts
with upcoming changes.
Diffstat (limited to 'drivers/platform/x86/intel/pmc')
| -rw-r--r-- | drivers/platform/x86/intel/pmc/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c index d819478fea29..1b85800ec10f 100644 --- a/drivers/platform/x86/intel/pmc/core.c +++ b/drivers/platform/x86/intel/pmc/core.c @@ -626,8 +626,8 @@ static u32 convert_ltr_scale(u32 val) static int pmc_core_ltr_show(struct seq_file *s, void *unused) { struct pmc_dev *pmcdev = s->private; - u64 decoded_snoop_ltr, decoded_non_snoop_ltr; - u32 ltr_raw_data, scale, val; + u64 decoded_snoop_ltr, decoded_non_snoop_ltr, val; + u32 ltr_raw_data, scale; u16 snoop_ltr, nonsnoop_ltr; unsigned int i, index, ltr_index = 0; |
