Revision e6158b4a5647624ceb90074bfcc248ea3152c906 authored by Lothar Wassmann on 12 October 2005, 18:58:11 UTC, committed by Russell King on 12 October 2005, 18:58:11 UTC
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>
1 parent 6ec5e7f
History
File Mode Size
call.h -rw-r--r-- 8.6 KB
connection.h -rw-r--r-- 3.1 KB
krxiod.h -rw-r--r-- 1.1 KB
krxsecd.h -rw-r--r-- 773 bytes
krxtimod.h -rw-r--r-- 1.3 KB
message.h -rw-r--r-- 2.3 KB
packet.h -rw-r--r-- 5.0 KB
peer.h -rw-r--r-- 2.9 KB
rxrpc.h -rw-r--r-- 861 bytes
transport.h -rw-r--r-- 3.7 KB
types.h -rw-r--r-- 1.3 KB

back to top