mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
hwmon: lm95241: 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
3c370243cb
commit
1d0cfeb2ea
@ -409,7 +409,7 @@ static void lm95241_init_client(struct i2c_client *client,
|
||||
data->model);
|
||||
}
|
||||
|
||||
static const struct hwmon_channel_info *lm95241_info[] = {
|
||||
static const struct hwmon_channel_info * const lm95241_info[] = {
|
||||
HWMON_CHANNEL_INFO(chip,
|
||||
HWMON_C_UPDATE_INTERVAL),
|
||||
HWMON_CHANNEL_INFO(temp,
|
||||
|
Loading…
Reference in New Issue
Block a user