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>
Sat, 5 Feb 2022 18:01:33 +0000 (10:01 -0800)
commit0650d138eb197eb316da086bebb219335355abb9
tree5a358cb6da368105a7ddd4145d256f37e0f53cc5
parenta507df46b21e35a5172fb106eee1c86ec700c4ef
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