From: Sascha Hauer Date: Tue, 6 Feb 2007 00:10:16 +0000 (-0800) Subject: [ARM] i.MX serial: fix tx buffer overflows X-Git-Tag: v2.6.21-rc1~75^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0b254b7efaa7941b3acfe790dd16597b0964b3;p=pandora-kernel.git [ARM] i.MX serial: fix tx buffer overflows Fix occasional tx buffer overflows in the i.MX serial driver which came from the fact that space in the buffer was checked after sending the first byte. Also, fifosize is 32 bytes, not 8. Signed-off-by: Sascha Hauer Signed-off-by: Andrew Morton Signed-off-by: Russell King --- Reading git-diff-tree failed