On Fri, Jul 12, 2024 at 10:35:48AM -0700, Guenter Roeck wrote: > diff --git a/drivers/hwmon/adm1021.c b/drivers/hwmon/adm1021.c [...] > -static const struct i2c_device_id adm1021_id[] = { > - { "adm1021", adm1021 }, > - { "adm1023", adm1023 }, > - { "max1617", max1617 }, > - { "max1617a", max1617a }, The device ID "max1617a" only in Documentation/hwmon/lm90.rst but not in drivers/hwmon/lm90.c which results in max1617a is no longer supported after applying the patch.