Skip to content
Snippets Groups Projects
Commit e6158b4a authored by Lothar Wassmann's avatar Lothar Wassmann Committed by Russell King
Browse files

[ARM] 3002/1: Wrong parameter to uart_update_timeout() in drivers/serial/pxa.c


Patch from Lothar Wassmann

The function serial_pxa_set_termios() is calling uart_update_timeout()
with the baud rate divisor as third parameter, while
uart_update_timeout() expects the baud rate in this place.
This results in a bogus port->timeout which is proportional to the
baud rate.

Signed-off-by: default avatarLothar Wassmann <LW@KARO-electronics.de>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6ec5e7f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment