mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
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:
parent
ac6888ac5a
commit
ec41c6d820
@ -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)",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user