Re: [PATCH] cdc-acm: fix wrong pipe type on rx interrupt xfers

2016-08-14 Thread Oliver Neukum
On Fri, 2016-08-12 at 00:52 -0700, gavi...@thegavinli.com wrote: > From: Gavin Li > > This fixes the "BOGUS urb xfer" warning logged by usb_submit_urb(). > > Signed-off-by: Gavin Li Acked-by: Oliver Neukum -- To unsubscribe from

[PATCH] cdc-acm: fix wrong pipe type on rx interrupt xfers

2016-08-12 Thread gavinli
From: Gavin Li This fixes the "BOGUS urb xfer" warning logged by usb_submit_urb(). Signed-off-by: Gavin Li --- drivers/usb/class/cdc-acm.c | 5 ++--- drivers/usb/class/cdc-acm.h | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git