Skip to content

Commit b7f4e7b

Browse files
spandruvadaij-intel
authored andcommitted
platform/x86/intel-uncore-freq: Increase minor version
The current implementation doesn't require any changes to support minor version 3, hence increment it to avoid "Unsupported minor version:3" message. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://patch.msgid.link/20260325193158.3417382-2-srinivas.pandruvada@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent ba7d46e commit b7f4e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "uncore-frequency-common.h"
3232

3333
#define UNCORE_MAJOR_VERSION 0
34-
#define UNCORE_MINOR_VERSION 2
34+
#define UNCORE_MINOR_VERSION 3
3535
#define UNCORE_ELC_SUPPORTED_VERSION 2
3636
#define UNCORE_HEADER_INDEX 0
3737
#define UNCORE_FABRIC_CLUSTER_OFFSET 8

0 commit comments

Comments
 (0)