[PATCH master] misc: port: bump down debugging print from notice
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Jul 16 04:56:14 PDT 2024
This was a left-over from development, which doesn't need to be printed
on every boot.
Signed-off-by: Ahmad Fatoum <a.fatoum at 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
More information about the barebox
mailing list