* [PATCH master] misc: port: bump down debugging print from notice
@ 2024-07-16 11:56 Ahmad Fatoum
2024-07-19 6:21 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-07-16 11:56 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
This was a left-over from development, which doesn't need to be printed
on every boot.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/misc/port.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/port.c b/drivers/misc/port.c
index ddc443eb16df..e93df2907ebf 100644
--- a/drivers/misc/port.c
+++ b/drivers/misc/port.c
@@ -151,7 +151,7 @@ static int port_init(void)
if (ret)
return ret;
- pr_notice("I/O port base %p\n", PCI_IOBASE);
+ pr_debug("I/O port base %p\n", PCI_IOBASE);
return platform_driver_register(&port_drv);
}
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH master] misc: port: bump down debugging print from notice
2024-07-16 11:56 [PATCH master] misc: port: bump down debugging print from notice Ahmad Fatoum
@ 2024-07-19 6:21 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-07-19 6:21 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Tue, 16 Jul 2024 13:56:14 +0200, Ahmad Fatoum wrote:
> This was a left-over from development, which doesn't need to be printed
> on every boot.
>
>
Applied, thanks!
[1/1] misc: port: bump down debugging print from notice
https://git.pengutronix.de/cgit/barebox/commit/?id=cc1c9ad6f201 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-19 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-16 11:56 [PATCH master] misc: port: bump down debugging print from notice Ahmad Fatoum
2024-07-19 6:21 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox