linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1
@ 2014-03-16 12:34 Malcolm Priestley
  2014-03-17 21:50 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Malcolm Priestley @ 2014-03-16 12:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-wireless, Malcolm Priestley

Stable kernels will need patches
staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb
staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb

and a backported version of this patch.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
---
 drivers/staging/vt6656/usbpipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c
index a4a4bf2..9381654d 100644
--- a/drivers/staging/vt6656/usbpipe.c
+++ b/drivers/staging/vt6656/usbpipe.c
@@ -309,7 +309,7 @@ int PIPEnsInterruptRead(struct vnt_private *priv)
 
 	usb_fill_int_urb(priv->pInterruptURB,
 		priv->usb,
-		usb_rcvbulkpipe(priv->usb, 1),
+		usb_rcvintpipe(priv->usb, 1),
 		priv->int_buf.data_buf,
 		MAX_INTERRUPT_SIZE,
 		s_nsInterruptUsbIoCompleteRead,
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1
  2014-03-16 12:34 [PATCH] staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 Malcolm Priestley
@ 2014-03-17 21:50 ` Greg KH
  2014-03-17 22:06   ` Malcolm Priestley
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2014-03-17 21:50 UTC (permalink / raw)
  To: Malcolm Priestley; +Cc: linux-wireless

On Sun, Mar 16, 2014 at 12:34:11PM +0000, Malcolm Priestley wrote:
> Stable kernels will need patches
> staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb
> staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb
> 
> and a backported version of this patch.

So can you send those backported patches to the stable list when this
patch hits Linus's tree?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1
  2014-03-17 21:50 ` Greg KH
@ 2014-03-17 22:06   ` Malcolm Priestley
  0 siblings, 0 replies; 3+ messages in thread
From: Malcolm Priestley @ 2014-03-17 22:06 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-wireless

On 17/03/14 21:50, Greg KH wrote:
> On Sun, Mar 16, 2014 at 12:34:11PM +0000, Malcolm Priestley wrote:
>> Stable kernels will need patches
>> staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb
>> staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb
>>
>> and a backported version of this patch.
>
> So can you send those backported patches to the stable list when this
> patch hits Linus's tree?
Yes will do.


Malcolm

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-17 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-16 12:34 [PATCH] staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 Malcolm Priestley
2014-03-17 21:50 ` Greg KH
2014-03-17 22:06   ` Malcolm Priestley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).