Re: [PATCH V6 07/10] USB: f81232: fix error in f81232_carrier_raised()

2015-02-17 Thread Johan Hovold
On Mon, Feb 16, 2015 at 03:57:59PM +0800, Peter Hung wrote: > It's should compared with UART_MSR_DCD, not UART_DCD. > also we clean-up some non-used define to avoid impropriety use. > > Signed-off-by: Peter Hung > --- > drivers/usb/serial/f81232.c | 16 +--- > 1 file changed, 1

Re: [PATCH V6 07/10] USB: f81232: fix error in f81232_carrier_raised()

2015-02-17 Thread Johan Hovold
On Mon, Feb 16, 2015 at 03:57:59PM +0800, Peter Hung wrote: It's should compared with UART_MSR_DCD, not UART_DCD. also we clean-up some non-used define to avoid impropriety use. Signed-off-by: Peter Hung hpeter+linux_ker...@gmail.com --- drivers/usb/serial/f81232.c | 16 +---

[PATCH V6 07/10] USB: f81232: fix error in f81232_carrier_raised()

2015-02-16 Thread Peter Hung
It's should compared with UART_MSR_DCD, not UART_DCD. also we clean-up some non-used define to avoid impropriety use. Signed-off-by: Peter Hung --- drivers/usb/serial/f81232.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/drivers/usb/serial/f81232.c

[PATCH V6 07/10] USB: f81232: fix error in f81232_carrier_raised()

2015-02-16 Thread Peter Hung
It's should compared with UART_MSR_DCD, not UART_DCD. also we clean-up some non-used define to avoid impropriety use. Signed-off-by: Peter Hung hpeter+linux_ker...@gmail.com --- drivers/usb/serial/f81232.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git