projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6888a
)
hwmon: (asus-ec-sensors) add missing comma in board name list.
author
Michael Carns
<mike@carns.com>
Wed, 15 Jun 2022 12:25:44 +0000
(14:25 +0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Wed, 15 Jun 2022 15:14:38 +0000
(08:14 -0700)
This fixes a regression where coma lead to concatenating board names
and broke module loading for C8H.
Fixes:
5b4285c57b6f
("hwmon: (asus-ec-sensors) fix Formula VIII definition")
Signed-off-by: Michael Carns <mike@carns.com>
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Link:
https://lore.kernel.org/r/20220615122544.140340-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/asus-ec-sensors.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/asus-ec-sensors.c
b/drivers/hwmon/asus-ec-sensors.c
index
57e11b2
..
3633ab6
100644
(file)
--- a/
drivers/hwmon/asus-ec-sensors.c
+++ b/
drivers/hwmon/asus-ec-sensors.c
@@
-259,7
+259,7
@@
static const struct ec_board_info board_info[] = {
},
{
.board_names = {
- "ROG CROSSHAIR VIII FORMULA"
+ "ROG CROSSHAIR VIII FORMULA"
,
"ROG CROSSHAIR VIII HERO",
"ROG CROSSHAIR VIII HERO (WI-FI)",
},