mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
platform/x86: ISST: 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-1-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>
This commit is contained in:
parent
4ab604b3f3
commit
ba7d46e0a3
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
/* Supported SST hardware version by this driver */
|
||||
#define ISST_MAJOR_VERSION 0
|
||||
#define ISST_MINOR_VERSION 2
|
||||
#define ISST_MINOR_VERSION 3
|
||||
|
||||
/*
|
||||
* Used to indicate if value read from MMIO needs to get multiplied
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user