]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
hwmon: (max31722) Remove non-standard ACPI device IDs
authorGuenter Roeck <linux@roeck-us.net>
Sat, 8 May 2021 16:50:25 +0000 (09:50 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 17 Jun 2021 11:21:44 +0000 (04:21 -0700)
commit97387c2f06bcfd79d04a848d35517b32ee6dca7c
treebb5389a9b55d34193ba0f261740cc47dd88607ca
parentac61c8aae446b9c0fe18981fe721d4a43e283ad6
hwmon: (max31722) Remove non-standard ACPI device IDs

Valid Maxim Integrated ACPI device IDs would start with MXIM,
not with MAX1. On top of that, ACPI device IDs reflecting chip names
are almost always invalid.

Remove the invalid ACPI IDs.

Fixes: 04e1e70afec6 ("hwmon: (max31722) Add support for MAX31722/MAX31723 temperature sensors")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max31722.c