The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] clocksource: timer-probe: change log level to info
@ 2019-04-16 16:32 Moses Christopher
  2019-04-16 16:48 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: Moses Christopher @ 2019-04-16 16:32 UTC (permalink / raw)
  Cc: moseschristopherb, Daniel Lezcano, Thomas Gleixner, linux-kernel

  - In drivers/clocksource/timer-probe.c, the log level for the message
    stating "no matching timers found" should be informational rather
    than critical.
  - Reference:
     - https://e2e.ti.com/support/processors/f/791/t/726024

Signed-off-by: Moses Christopher <moseschristopherb@gmail.com>
---
 drivers/clocksource/timer-probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/timer-probe.c b/drivers/clocksource/timer-probe.c
index 028075720334..f0dcb41e079f 100644
--- a/drivers/clocksource/timer-probe.c
+++ b/drivers/clocksource/timer-probe.c
@@ -50,5 +50,5 @@ void __init timer_probe(void)
 	timers += acpi_probe_device_table(timer);
 
 	if (!timers)
-		pr_crit("%s: no matching timers found\n", __func__);
+		pr_info("%s: no matching timers found\n", __func__);
 }
-- 
2.17.1


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

end of thread, other threads:[~2019-04-16 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 16:32 [PATCH] clocksource: timer-probe: change log level to info Moses Christopher
2019-04-16 16:48 ` Daniel Lezcano

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