- 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 <moseschristoph...@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

Reply via email to