diff options
| -rw-r--r-- | drivers/hwmon/hwmon-vid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hwmon-vid.c b/drivers/hwmon/hwmon-vid.c index 89cfd64b3373..ef91b8a67549 100644 --- a/drivers/hwmon/hwmon-vid.c +++ b/drivers/hwmon/hwmon-vid.c | |||
| @@ -246,7 +246,7 @@ static struct vrm_model vrm_models[] = { | |||
| 246 | */ | 246 | */ |
| 247 | static u8 get_via_model_d_vrm(void) | 247 | static u8 get_via_model_d_vrm(void) |
| 248 | { | 248 | { |
| 249 | unsigned int vid, brand, dummy; | 249 | unsigned int vid, brand, __maybe_unused dummy; |
| 250 | static const char *brands[4] = { | 250 | static const char *brands[4] = { |
| 251 | "C7-M", "C7", "Eden", "C7-D" | 251 | "C7-M", "C7", "Eden", "C7-D" |
| 252 | }; | 252 | }; |
