mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 14:44:10 +08:00
hwmon: ltc4245: 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
8cbafa6efe
commit
38ab6d602e
@ -387,7 +387,7 @@ static umode_t ltc4245_is_visible(const void *_data,
|
||||
}
|
||||
}
|
||||
|
||||
static const struct hwmon_channel_info *ltc4245_info[] = {
|
||||
static const struct hwmon_channel_info * const ltc4245_info[] = {
|
||||
HWMON_CHANNEL_INFO(in,
|
||||
HWMON_I_INPUT,
|
||||
HWMON_I_INPUT | HWMON_I_MIN_ALARM,
|
||||
|
Loading…
Reference in New Issue
Block a user