On 25.01.2016 06:16, Greg KH wrote:
On Thu, Dec 10, 2015 at 09:59:30AM +0200, Mathias Nyman wrote:
In most cases the devices with the speed set to USB_SPEED_SUPER_PLUS
are handled like regular SuperSpeed devices.

 -      if (udev->speed == USB_SPEED_SUPER)
+       if (udev->speed >= USB_SPEED_SUPER)
+       /* MATTU, requires attention in the SSP case */
                return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval);

+

Odd indentation and extra line added, did you mess something up here?

I'll not apply this patch and stop here in the series.  Can you fix this
up and resend the rest?


Comment and extra line were supposed to be removed.
(reminder for the SSP isoc endpoint companion feature not yet implemented in 
this series)

Will send new version for patches 6-9.

Thanks
-Mathias

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to