Re: [greybus-dev] [PATCH] greybus: es2: drop short control-transfer checks

2021-01-18 Thread Viresh Kumar
On 18-01-21, 15:46, Johan Hovold wrote: > There's no need to check for short USB control transfers when sending > data using so remove the redundant sanity checks. > > Signed-off-by: Johan Hovold > --- > drivers/greybus/es2.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > >

[PATCH] greybus: es2: drop short control-transfer checks

2021-01-18 Thread Johan Hovold
There's no need to check for short USB control transfers when sending data using so remove the redundant sanity checks. Signed-off-by: Johan Hovold --- drivers/greybus/es2.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/greybus/es2.c b/drivers/greybus/es2.c