Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] 3002/1: Wrong parameter to uart_update_timeout() in drivers/ser…
…ial/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: Lothar Wassmann <LW@KARO-electronics.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information