hwmon: drivetemp: 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>
This commit is contained in:
parent
f4ddd8f2e1
commit
b9adb6b665
@ -526,7 +526,7 @@ static umode_t drivetemp_is_visible(const void *data,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct hwmon_channel_info *drivetemp_info[] = {
|
||||
static const struct hwmon_channel_info * const drivetemp_info[] = {
|
||||
HWMON_CHANNEL_INFO(chip,
|
||||
HWMON_C_REGISTER_TZ),
|
||||
HWMON_CHANNEL_INFO(temp, HWMON_T_INPUT |
|
||||
|
Loading…
x
Reference in New Issue
Block a user