platform/x86: gigabyte: constify pointers to hwmon_channel_info
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 May 2023 17:56:24 +0000 (19:56 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 16 May 2023 08:36:56 +0000 (10:36 +0200)
commita1c3f6976ba32a8463edb4ae422178ca8037531f
treec5e5de3d4c25743803bfd0a8a12dc9b624915dc5
parente9d1b2d0f7d02f75127b3bc243c0f69f8bd05f04
platform/x86: gigabyte: 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-1-krzysztof.kozlowski@linaro.org
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/gigabyte-wmi.c