Skip to content

Commit

Permalink
hwmon: (asus-ec-sensors) add missing mutex path
Browse files Browse the repository at this point in the history
Add missing mutex path for ProArt X570-CREATOR WIFI.

Fixes: de8fbac5 (hwmon: (asus-ec-sensors) implement locking via the ACPI global lock)

Signed-off-by: Eugene Shalygin <[email protected]>
  • Loading branch information
zeule committed Jan 21, 2023
1 parent 94cf50a commit c93b5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asus-ec-sensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ static const struct ec_board_info board_info_pro_art_x570_creator_wifi = {
.sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_VRM |
SENSOR_TEMP_T_SENSOR | SENSOR_FAN_CPU_OPT |
SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE,
.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
.family = family_amd_500_series,
};

Expand Down

0 comments on commit c93b5b6

Please sign in to comment.