]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:13 +0000 (16:26 -0600)
commit940032260914076b1594906334b2e3f7af6fb7cf
treeaf65a7cb7baa954825df8d53edde882c38de7f8f
parent9ebfdc202275bcd9eb4af56e32bfb4253ff1b781
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