OSDN Git Service

hwmon: dell-smm: constify pointers to hwmon_channel_info
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 6 Apr 2023 20:30:08 +0000 (22:30 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 19 Apr 2023 14:08:35 +0000 (07:08 -0700)
commitf4ddd8f2e12f75fcbf956fa6845a11dc0455c040
tree4eab6e5a891e86ae62f33639fe0403eb353830d5
parent42bd7a59f3b54f8f7dcf802001a8ed8ebb6cabd6
hwmon: dell-smm: constify pointers to hwmon_channel_info

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/dell-smm-hwmon.c