mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
hwmon: k10temp: 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
b3dc5eee6b
commit
4dd50f3c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ static bool has_erratum_319(struct pci_dev *pdev)
|
|||
(boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
|
||||
}
|
||||
|
||||
static const struct hwmon_channel_info *k10temp_info[] = {
|
||||
static const struct hwmon_channel_info * const k10temp_info[] = {
|
||||
HWMON_CHANNEL_INFO(temp,
|
||||
HWMON_T_INPUT | HWMON_T_MAX |
|
||||
HWMON_T_CRIT | HWMON_T_CRIT_HYST |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue