aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/abituguru.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/abituguru.c')
-rw-r--r--drivers/hwmon/abituguru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c
index 719151a92fec..4dbdb81ea3b1 100644
--- a/drivers/hwmon/abituguru.c
+++ b/drivers/hwmon/abituguru.c
@@ -1449,7 +1449,7 @@ static int __init abituguru_init(void)
1449 struct resource res = { .flags = IORESOURCE_IO }; 1449 struct resource res = { .flags = IORESOURCE_IO };
1450 1450
1451#ifdef CONFIG_DMI 1451#ifdef CONFIG_DMI
1452 char *board_vendor = dmi_get_system_info(DMI_BOARD_VENDOR); 1452 const char *board_vendor = dmi_get_system_info(DMI_BOARD_VENDOR);
1453 1453
1454 /* safety check, refuse to load on non Abit motherboards */ 1454 /* safety check, refuse to load on non Abit motherboards */
1455 if (!force && (!board_vendor || 1455 if (!force && (!board_vendor ||