diff options
author | Alan Cox <alan@linux.intel.com> | 2010-01-04 17:26:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-01-21 00:03:29 +0100 |
commit | 16ae2a877bf4179737921235e85ceffd7b79354f (patch) | |
tree | 48a72ef071d1c89dc6d49aa88bb3ee98af6ce7ad /drivers/serial/imx.c | |
parent | serial-core: resume serial hardware with no_console_suspend (diff) | |
download | linux-16ae2a877bf4179737921235e85ceffd7b79354f.tar.xz linux-16ae2a877bf4179737921235e85ceffd7b79354f.zip |
serial: Fix crash if the minimum rate of the device is > 9600 baud
In that situation if the old rate is invalid and the new rate is invalid
and the chip cannot do 9600 baud we report zero, which makes all the
drivers explode.
Instead force the rate based on min/max
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial/imx.c')
0 files changed, 0 insertions, 0 deletions