hwmon: (lm83) Demote log message if chip identification fails
authorGuenter Roeck <linux@roeck-us.net>
Thu, 23 Dec 2021 07:49:59 +0000 (23:49 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 28 Feb 2022 01:03:16 +0000 (17:03 -0800)
commit4d63c2d31a8f4c68458422fc5d0639a16237b426
treec6d2786377c2914f1e603e15107bc47663b68126
parent362c5663e8760b145a67adb3a7704de401f6ceab
hwmon: (lm83) Demote log message if chip identification fails

There should be no message in the kernel function if the detect function
fails to identify a chip; this is perfectly normal and does not warrant
a kernel log entry. Demote message to debug.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm83.c