|
@@ -2006,7 +2006,8 @@ static void octeon_usb_urb_complete_callback(struct cvmx_usb_state *usb,
|
|
urb->hcpriv = NULL;
|
|
urb->hcpriv = NULL;
|
|
|
|
|
|
/* For Isochronous transactions we need to update the URB packet status
|
|
/* For Isochronous transactions we need to update the URB packet status
|
|
- list from data in our private copy */
|
|
|
|
|
|
+ * list from data in our private copy
|
|
|
|
+ */
|
|
if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
|
|
if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
|
|
int i;
|
|
int i;
|
|
/*
|
|
/*
|