serial: report base_baud after initialization
authorKees Cook <keescook@chromium.org>
Fri, 12 Jul 2013 20:07:39 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:03:05 +0000 (16:03 -0700)
commit7d12b9769f39bec1630c6a1947e8615ce26c9a52
tree86a9a83276fc389635b58a0c7a281a1b243f8d2d
parent3026d14a98d50c78e74d072cb05340a0f86b3938
serial: report base_baud after initialization

Some serial ports will not use the standard base baud rate. Report
this after initialization so it might be discovered and used for early
console configuration.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c