Re: [U-Boot] [PATCH 03/14] dm: serial: ns16550: Correct logic for checking for character

2014-10-22 Thread Tom Rini
On Mon, Sep 22, 2014 at 09:48:43AM -0600, Simon Glass wrote: > There is a bug in the logic which checks for an available character. This > can cause invalid characters to be received - this was noticed on > beaglebone. Fix it. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom sig

[U-Boot] [PATCH 03/14] dm: serial: ns16550: Correct logic for checking for character

2014-09-22 Thread Simon Glass
There is a bug in the logic which checks for an available character. This can cause invalid characters to be received - this was noticed on beaglebone. Fix it. Signed-off-by: Simon Glass --- drivers/serial/ns16550.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ser