diff options
| author | Himangi Saraogi <[email protected]> | 2014-08-15 13:18:53 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2014-09-22 17:12:08 -0300 |
| commit | 9408d8f0f86b9eaafc3c5a07f148f009a6abcfc6 (patch) | |
| tree | 3177d9221d08023d6e28a827c27222160402d2b1 /tools/perf/scripts/python | |
| parent | 612f676bbef9b937764db453c931ea48be8020ef (diff) | |
[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 <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions