mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Watchdog: sp5100_tco: Lower verbosity of disabled watchdog hardware
@ 2022-05-09 16:33 Mario Limonciello
  2022-05-09 22:55 ` Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Mario Limonciello @ 2022-05-09 16:33 UTC (permalink / raw)
  To: mario.limonciello, Wim Van Sebroeck, Guenter Roeck,
	open list:WATCHDOG DEVICE DRIVERS, open list
  Cc: ionut_n2001

If watchdog hardware has been disabled, currently the kernel driver
will show at err level during probe:

"Watchdog hardware is disabled"

This is unnecessarily verbose as there is already a -ENODEV returned.
Lower the level to debug.

Reported-by: ionut_n2001@yahoo.com
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215762
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/watchdog/sp5100_tco.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c
index 86ffb58fbc85..e51ecbd5c8b7 100644
--- a/drivers/watchdog/sp5100_tco.c
+++ b/drivers/watchdog/sp5100_tco.c
@@ -286,7 +286,7 @@ static int sp5100_tco_timer_init(struct sp5100_tco *tco)
 
 	val = readl(SP5100_WDT_CONTROL(tco->tcobase));
 	if (val & SP5100_WDT_DISABLED) {
-		dev_err(dev, "Watchdog hardware is disabled\n");
+		dev_dbg(dev, "Watchdog hardware is disabled\n");
 		return -ENODEV;
 	}
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-10  1:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 16:33 [PATCH] Watchdog: sp5100_tco: Lower verbosity of disabled watchdog hardware Mario Limonciello
2022-05-09 22:55 ` Guenter Roeck
2022-05-09 23:10   ` Limonciello, Mario
2022-05-09 23:15     ` Guenter Roeck
2022-05-10  0:33   ` Jerry Hoemann
2022-05-10  0:37     ` Mario Limonciello
2022-05-10  1:15       ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®