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 <johan@xxxxxxxxxx> > --- > drivers/staging/greybus/uart.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c > index 6d39f4a04754..248ad6661a02 100644 > --- a/drivers/staging/greybus/uart.c > +++ b/drivers/staging/greybus/uart.c > @@ -624,7 +624,6 @@ static int get_serial_info(struct gb_tty *gb_tty, > struct serial_struct tmp; > > memset(&tmp, 0, sizeof(tmp)); > - tmp.flags = ASYNC_LOW_LATENCY | ASYNC_SKIP_TEST; > tmp.type = PORT_16550A; > tmp.line = gb_tty->minor; > tmp.xmit_fifo_size = 16; Reviewed-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh _______________________________________________ greybus-dev mailing list greybus-dev@xxxxxxxxxxxxxxxx https://lists.linaro.org/mailman/listinfo/greybus-dev