From: Shraddha Barke Date: Thu, 6 Aug 2015 09:54:22 +0000 (-0300) Subject: [media] Staging: media: lirc: use USB API functions rather than constants X-Git-Tag: omap-for-v4.3/fixes-rc1~26^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2696f495bdc046d84da6c909a1e7f535138a2a62;p=pandora-kernel.git [media] Staging: media: lirc: use USB API functions rather than constants 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed