Skip to content

Commit 3d27962

Browse files
committed
quiet: 8250_omap.c use pr_info over pr_err
Signed-off-by: Robert Nelson <[email protected]>
1 parent c91e8f7 commit 3d27962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/tty/serial/8250/8250_omap.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,10 +1616,10 @@ static int __init omap8250_console_fixup(void)
16161616
}
16171617

16181618
add_preferred_console("ttyS", idx, options);
1619-
pr_err("WARNING: Your 'console=ttyO%d' has been replaced by 'ttyS%d'\n",
1619+
pr_info("WARNING: Your 'console=ttyO%d' has been replaced by 'ttyS%d'\n",
16201620
idx, idx);
1621-
pr_err("This ensures that you still see kernel messages. Please\n");
1622-
pr_err("update your kernel commandline.\n");
1621+
pr_info("This ensures that you still see kernel messages. Please\n");
1622+
pr_info("update your kernel commandline.\n");
16231623
return 0;
16241624
}
16251625
console_initcall(omap8250_console_fixup);

0 commit comments

Comments
 (0)