Re: [PATCH v3 1/1] hwmon: (asus-ec-sensors) autoload module via DMI data
From: Guenter Roeck
Date: Fri Sep 09 2022 - 13:59:04 EST
On 9/9/22 08:56, Eugene Shalygin wrote:
Replace autoloading data based on the ACPI EC device with the DMI
records for motherboards models. The ACPI method created a bug that when
this driver returns error from the probe function because of the
unsupported motherboard model, the ACPI subsystem concludes
that the EC device does not work properly.
Fixes: 5cd29012028d
Please include the bug text in the future.
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=216412
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2121844
Signed-off-by: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
Applied.
Thanks,
Guenter