Re: [greybus-dev] [PATCH] staging: greybus: uart: fix TIOCGSERIAL flags

2017-01-25 Thread Viresh Kumar
On 25-01-17, 18:07, Johan Hovold wrote: > This driver does not have a low-latency mode and should not report > anything else. > > Also drop the skip-test flag which isn't used either. > > Signed-off-by: Johan Hovold > --- > drivers/staging/greybus/uart.c | 1 - > 1 file changed, 1 deletion(-) >

[PATCH] staging: greybus: uart: fix TIOCGSERIAL flags

2017-01-25 Thread Johan Hovold
This driver does not have a low-latency mode and should not report anything else. Also drop the skip-test flag which isn't used either. Signed-off-by: Johan Hovold --- drivers/staging/greybus/uart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/greybus/uart.c b/drivers/stag