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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:56:07 +0000 (16:56 +0200)
commite02d52b7e9c5b22149f5dcc0b7761236e0451d95
tree62bbba4e05c4a72ec719a4f495f2621a1ffaf03e
parent5c00e994978d038109541d92041af757bbd46e06
hwmon: (max31722) Remove non-standard ACPI device IDs

[ Upstream commit 97387c2f06bcfd79d04a848d35517b32ee6dca7c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/max31722.c