From: Himangi Saraogi Date: Fri, 15 Aug 2014 16:18:53 +0000 (-0300) Subject: [media] media/rc/imon.c: use USB API functions rather than constants X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9408d8f0f86b9eaafc3c5a07f148f009a6abcfc6;p=pandora-kernel.git [media] media/rc/imon.c: 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: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed