From: Moses Christopher <moseschristopherb@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: moseschristopherb@gmail.com,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
linux-kernel@vger.kernel.org
Subject: [PATCH] clocksource: timer-probe: change log level to info
Date: Tue, 16 Apr 2019 22:02:30 +0530 [thread overview]
Message-ID: <20190416163230.4992-1-moseschristopherb@gmail.com> (raw)
- 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
next reply other threads:[~2019-04-16 16:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-16 16:32 Moses Christopher [this message]
2019-04-16 16:48 ` [PATCH] clocksource: timer-probe: change log level to info Daniel Lezcano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190416163230.4992-1-moseschristopherb@gmail.com \
--to=moseschristopherb@gmail.com \
--cc=daniel.lezcano@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox