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: 5b4285c57b ("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>
This commit is contained in:
Michael Carns 2022-06-15 14:25:44 +02:00 committed by Guenter Roeck
parent ac6888ac5a
commit ec41c6d820

View File

@ -259,7 +259,7 @@ static const struct ec_board_info board_info[] = {
}, },
{ {
.board_names = { .board_names = {
"ROG CROSSHAIR VIII FORMULA" "ROG CROSSHAIR VIII FORMULA",
"ROG CROSSHAIR VIII HERO", "ROG CROSSHAIR VIII HERO",
"ROG CROSSHAIR VIII HERO (WI-FI)", "ROG CROSSHAIR VIII HERO (WI-FI)",
}, },