Skip to content

Commit

Permalink
hwmon: (asus-ec-sensors) add missing comma in board name list.
Browse files Browse the repository at this point in the history
This fixes a regression where coma lead to concatenating board names
and broke module loading for C8H.

Fixes: 5b4285c ("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>
  • Loading branch information
Michael Carns authored and Guenter Roeck committed Jun 15, 2022
1 parent ac6888a commit ec41c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/asus-ec-sensors.c
Original file line number Diff line number Diff line change
@@ -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)",
},

0 comments on commit ec41c6d

Please sign in to comment.