]> Gentwo Git Trees - linux/.git/commit
interconnect: sm8750: Add missing const to static qcom_icc_desc
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 Jan 2025 16:46:30 +0000 (17:46 +0100)
committerGeorgi Djakov <djakov@kernel.org>
Mon, 13 Jan 2025 17:59:09 +0000 (19:59 +0200)
commitd071b81f946739bd484ec6cec46cc3901d903879
tree980bcde31144bce4bd3d216fedc428517654f472
parent5e0db3c2cd2c5218f378134cfcb2a86ee0cf54eb
interconnect: sm8750: Add missing const to static qcom_icc_desc

The statically allocated 'struct qcom_icc_desc' is not modified by the
driver and like all other instances should be const.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250109164630.175093-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/sm8750.c