Skip to content

Commit

Permalink
quiet: 8250_omap.c use pr_info over pr_err
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed May 11, 2017
1 parent fd85083 commit de94bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/tty/serial/8250/8250_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,10 +1473,10 @@ static int __init omap8250_console_fixup(void)
}

add_preferred_console("ttyS", idx, options);
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",
idx, idx);
pr_err("This ensures that you still see kernel messages. Please\n");
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");
return 0;
}
console_initcall(omap8250_console_fixup);
Expand Down

0 comments on commit de94bf3

Please sign in to comment.