platform/x86: hp: constify pointers to hwmon_channel_info
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 May 2023 17:56:25 +0000 (19:56 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 16 May 2023 08:36:56 +0000 (10:36 +0200)
commit1180bdfdeca15d178af43fc60ab85e34277afff1
tree7a7f2e97bbf74cbdaa95e354370f745612ae5381
parenta1c3f6976ba32a8463edb4ae422178ca8037531f
platform/x86: hp: constify pointers to hwmon_channel_info

Statically allocated array of pointers to hwmon_channel_info can be made
const for safety.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230511175627.282246-2-krzysztof.kozlowski@linaro.org
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/hp/hp-wmi.c