]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: serial: fix the error check logic
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 10 Nov 2009 11:23:50 +0000 (20:23 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 13 Nov 2009 06:41:29 +0000 (15:41 +0900)
commit78b06d63e20cbcacd0db35224f1a2a71cd00e910
treecfea98a1882a1db2eddd52e1227d67481d4e2e2b
parent288822372010272ad8ef5b0cd53cf0cd5ab18680
s5pc1xx: serial: fix the error check logic

Because of Frame error, Parity error and Overrun error are occured only receive
operation, need to masking when error checking.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/serial/serial_s5pc1xx.c