soc: qcom: socinfo: correct the name of softsku_id

Correct the softsku_id name to softsku_idx So, that post
boot scripts get this values.

Change-Id: Id7674a0557a99586b6b26f3cb3eab2819c90d272
Signed-off-by: Chetan C R <quic_cchinnad@quicinc.com>
This commit is contained in:
Chetan C R 2022-09-09 14:09:17 +05:30
parent fd5a3b3d32
commit 5f6ae20b0c

View File

@ -187,8 +187,8 @@ static struct socinfo {
#define SMEM_IMAGE_VERSION_OEM_OFFSET 95
#define SMEM_IMAGE_VERSION_PARTITION_APPS 10
int softsku_id;
module_param_named(softsku_id, softsku_id, int, 0644);
int softsku_idx;
module_param_named(softsku_idx, softsku_idx, int, 0644);
/* Version 2 */
static uint32_t socinfo_get_raw_id(void)