mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
hwmon: ltc2992: 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
53dc67eb93
commit
8cbafa6efe
@ -812,7 +812,7 @@ static const struct hwmon_ops ltc2992_hwmon_ops = {
|
||||
.write = ltc2992_write,
|
||||
};
|
||||
|
||||
static const struct hwmon_channel_info *ltc2992_info[] = {
|
||||
static const struct hwmon_channel_info * const ltc2992_info[] = {
|
||||
HWMON_CHANNEL_INFO(chip,
|
||||
HWMON_C_IN_RESET_HISTORY),
|
||||
HWMON_CHANNEL_INFO(in,
|
||||
|
Loading…
Reference in New Issue
Block a user