hwmon: (dell-smm) Move error message to make probing silent
authorArmin Wolf <W_Armin@gmx.de>
Wed, 30 Nov 2022 18:34:18 +0000 (19:34 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 5 Dec 2022 03:34:51 +0000 (19:34 -0800)
commit688fcd047ef0f0aeee16d0fefaff065fa69eb642
tree126bcd646ab22393e02616b7189404c3ab92f194
parent4e6104b1e70020ad500f0fab7238898dd2ea2a38
hwmon: (dell-smm) Move error message to make probing silent

If dell-smm-hwmon loads on unsupported hardware like the
Dell XPS 17 9710, an error message is printed.
This might confuse users, as drivers are expected to be
silent if no supported hardware is found.
Reorder the error message so its only printed when the
driver is loaded with the "force" option being set.
Also reword the error message slightly.

Tested on a Dell Inspiron 3505.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20221130183418.357246-1-W_Armin@gmx.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/dell-smm-hwmon.c