[PATCH master] misc: port: bump down debugging print from notice

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This was a left-over from development, which doesn't need to be printed
on every boot.

Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
---
 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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux