On Wed, Aug 05, 2015 at 02:14:19AM +0530, Shraddha Barke wrote:
> This patch introduces the use of the function usb_endpoint_type.
Your subject doesn't make much sense, please fix up and resend both of
these.
thanks,
greg k-h
___
devel mailing list
de
This patch introduces the use of the function usb_endpoint_type.
The Coccinelle semantic patch that makes these changes is as follows:
@@ struct usb_endpoint_descriptor *epd; @@
- (epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\))
+ usb_endpoint_type(epd)
Signed-off-by: Shraddha Barke
--