[PATCH 1/2] Staging: media: lirc: use USB API functions rather than

2015-08-04 Thread Shraddha Barke
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 --

Re: [PATCH 1/2] Staging: media: lirc: use USB API functions rather than

2015-08-04 Thread Greg Kroah-Hartman
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