Skip to content

Commit ec41c6d

Browse files
kyndigengroeck
authored andcommitted
hwmon: (asus-ec-sensors) add missing comma in board name list.
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>
1 parent ac6888a commit ec41c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwmon/asus-ec-sensors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static const struct ec_board_info board_info[] = {
259259
},
260260
{
261261
.board_names = {
262-
"ROG CROSSHAIR VIII FORMULA"
262+
"ROG CROSSHAIR VIII FORMULA",
263263
"ROG CROSSHAIR VIII HERO",
264264
"ROG CROSSHAIR VIII HERO (WI-FI)",
265265
},

0 commit comments

Comments
 (0)