mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09: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:
committed by
Guenter Roeck
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,
|
||||
|
||||
Reference in New Issue
Block a user