Re: [PATCH] serial: Fix an invalid comparing statement

2019-06-12 Thread Sugaya, Taichi
Hi, On 2019/06/11 1:56, Greg Kroah-Hartman wrote: On Mon, May 27, 2019 at 02:01:27PM +0900, Sugaya Taichi wrote: Drop the if-statement which refers to 8th bit field of u8 variable. The bit field is no longer used. Fixes: ba44dc043004 ("serial: Add Milbeaut serial control") Reported-by: Colin

Re: [PATCH] serial: Fix an invalid comparing statement

2019-06-10 Thread Greg Kroah-Hartman
On Mon, May 27, 2019 at 02:01:27PM +0900, Sugaya Taichi wrote: > Drop the if-statement which refers to 8th bit field of u8 variable. > The bit field is no longer used. > > Fixes: ba44dc043004 ("serial: Add Milbeaut serial control") > Reported-by: Colin Ian King > Signed-off-by: Sugaya Taichi >

Re: [PATCH] serial: Fix an invalid comparing statement

2019-06-10 Thread Sugaya, Taichi
Hi Does anyone have comments? On 2019/05/27 14:01, Sugaya Taichi wrote: Drop the if-statement which refers to 8th bit field of u8 variable. The bit field is no longer used. Fixes: ba44dc043004 ("serial: Add Milbeaut serial control") Reported-by: Colin Ian King Signed-off-by: Sugaya Taichi

[PATCH] serial: Fix an invalid comparing statement

2019-05-26 Thread Sugaya Taichi
Drop the if-statement which refers to 8th bit field of u8 variable. The bit field is no longer used. Fixes: ba44dc043004 ("serial: Add Milbeaut serial control") Reported-by: Colin Ian King Signed-off-by: Sugaya Taichi --- drivers/tty/serial/milbeaut_usio.c | 15 +-- 1 file changed,