mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 09:16:33 +00:00
hwmon: sparx5-temp: 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
d302988c98
commit
dc8811447c
@ -86,7 +86,7 @@ static umode_t s5_is_visible(const void *_data, enum hwmon_sensor_types type,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct hwmon_channel_info *s5_info[] = {
|
static const struct hwmon_channel_info * const s5_info[] = {
|
||||||
HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ),
|
HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ),
|
||||||
HWMON_CHANNEL_INFO(temp, HWMON_T_INPUT),
|
HWMON_CHANNEL_INFO(temp, HWMON_T_INPUT),
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user