]> git.baikalelectronics.ru Git - kernel.git/commit
serial: core: remove baud_rates when serial console setup
authorJeffy Chen <jeffy.chen@rock-chips.com>
Mon, 4 Jan 2016 07:54:46 +0000 (15:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:54:55 +0000 (22:54 -0800)
commitef5def31c40eb79cebe7c27b54cd3a36d9bf793a
treea4fa91174b9c776ffffeed7b9bb1a4066619aed9
parentec114553108902ddc23ccc2f591c6cbd69a03ff4
serial: core: remove baud_rates when serial console setup

Currently, when tring to set up a serial console with a higher
baud rate, it would fallback to 921600.

Tested-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c