mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
hwmon: mc34vr500: 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
1c80f98754
commit
11305fd37b
|
|
@ -138,7 +138,7 @@ static int mc34vr500_read(struct device *dev, enum hwmon_sensor_types type,
|
|||
}
|
||||
}
|
||||
|
||||
static const struct hwmon_channel_info *mc34vr500_info[] = {
|
||||
static const struct hwmon_channel_info * const mc34vr500_info[] = {
|
||||
HWMON_CHANNEL_INFO(in, HWMON_I_MIN_ALARM),
|
||||
HWMON_CHANNEL_INFO(temp, HWMON_T_MAX_ALARM | HWMON_T_CRIT_ALARM
|
||||
| HWMON_T_EMERGENCY_ALARM),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user