mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
2696f495bd
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 <shraddha.6596@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
bcm2048 | ||
cxd2099 | ||
davinci_vpfe | ||
lirc | ||
mn88472 | ||
mn88473 | ||
omap4iss | ||
Kconfig | ||
Makefile |