We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a5815 commit 03cee5aCopy full SHA for 03cee5a
drivers/tty/serial/8250/8250_omap.c
@@ -1638,10 +1638,10 @@ static int __init omap8250_console_fixup(void)
1638
}
1639
1640
add_preferred_console("ttyS", idx, options);
1641
- pr_err("WARNING: Your 'console=ttyO%d' has been replaced by 'ttyS%d'\n",
+ pr_info("WARNING: Your 'console=ttyO%d' has been replaced by 'ttyS%d'\n",
1642
idx, idx);
1643
- pr_err("This ensures that you still see kernel messages. Please\n");
1644
- pr_err("update your kernel commandline.\n");
+ pr_info("This ensures that you still see kernel messages. Please\n");
+ pr_info("update your kernel commandline.\n");
1645
return 0;
1646
1647
console_initcall(omap8250_console_fixup);
0 commit comments