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:
committed by
Guenter Roeck
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),
|
||||
|
||||
Reference in New Issue
Block a user