Julia Lawall
2230c3c803
V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etc
This patch extends 134179823b3ca9c8b98e0631906459dbb022ff9b by using
usb_endpoint_xfer_control, usb_endpoint_xfer_isoc, usb_endpoint_xfer_bulk,
and usb_endpoint_xfer_int in the negated case as well.
The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)
// <smpl>
@@ struct usb_endpoint_descriptor *epd; @@
- (usb_endpoint_type(epd) != \(USB_ENDPOINT_XFER_CONTROL\|0\))
+ !usb_endpoint_xfer_control(epd)
@@ struct usb_endpoint_descriptor *epd; @@
- (usb_endpoint_type(epd) != \(USB_ENDPOINT_XFER_ISOC\|1\))
+ !usb_endpoint_xfer_isoc(epd)
@@ struct usb_endpoint_descriptor *epd; @@
- (usb_endpoint_type(epd) != \(USB_ENDPOINT_XFER_BULK\|2\))
+ !usb_endpoint_xfer_bulk(epd)
@@ struct usb_endpoint_descriptor *epd; @@
- (usb_endpoint_type(epd) != \(USB_ENDPOINT_XFER_INT\|3\))
+ !usb_endpoint_xfer_int(epd)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-01-07 22:18:56 -02:00
..
2008-10-17 17:27:26 -03:00
2009-01-03 10:50:38 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:12:18 -02:00
2009-01-02 17:11:52 -02:00
2009-01-07 22:18:56 -02:00
2009-01-02 17:11:34 -02:00
2009-01-07 22:18:55 -02:00
2009-01-02 17:11:52 -02:00
2009-01-07 14:29:17 +01:00
2009-01-07 09:59:52 -08:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:14:34 -02:00
2009-01-02 17:11:34 -02:00
2009-01-07 22:18:56 -02:00
2009-01-07 22:18:56 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2008-10-17 17:15:58 -03:00
2008-10-17 17:16:08 -03:00
2009-01-02 17:11:34 -02:00
2008-10-17 17:17:20 -03:00
2008-10-17 17:17:30 -03:00
2008-10-17 17:17:36 -03:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2009-01-07 14:29:17 +01:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2008-10-17 14:41:08 -07:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2008-12-29 17:53:26 -02:00
2008-12-30 09:40:30 -02:00
2008-10-17 17:17:40 -03:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:25 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:52 -02:00
2008-12-30 09:38:39 -02:00
2008-12-30 09:38:39 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:34 -02:00
2008-12-30 09:38:35 -02:00
2009-01-02 17:11:12 -02:00
2008-12-30 09:38:35 -02:00
2009-01-02 17:11:34 -02:00
2008-10-12 09:37:14 -02:00
2009-01-02 17:11:52 -02:00
2009-01-07 14:29:17 +01:00
2009-01-02 17:11:34 -02:00
2009-01-07 22:18:55 -02:00
2009-01-02 17:11:12 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2008-11-11 08:11:23 -02:00
2008-10-17 17:17:52 -03:00
2008-10-17 17:19:41 -03:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2008-10-17 17:20:01 -03:00
2009-01-02 17:11:34 -02:00
2008-12-30 09:40:27 -02:00
2008-12-30 09:40:21 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:12 -02:00
2008-10-17 17:14:57 -03:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2008-12-30 09:39:31 -02:00
2009-01-02 17:11:34 -02:00
2008-12-30 09:39:32 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:34 -02:00
2008-12-30 09:39:31 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:52 -02:00
2008-10-17 17:29:09 -03:00
2008-12-30 09:38:36 -02:00
2008-12-30 09:38:36 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-06 15:59:12 -08:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:39 -02:00
2009-01-07 22:18:55 -02:00
2008-10-21 14:31:20 -02:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-07 22:18:54 -02:00
2008-10-21 14:32:08 -02:00
2009-01-02 17:11:34 -02:00
2009-01-02 17:11:12 -02:00
2009-01-02 17:11:52 -02:00
2008-10-17 17:20:13 -03:00
2009-01-02 17:11:34 -02:00
2009-01-07 14:29:17 +01:00
2009-01-02 17:11:52 -02:00
2009-01-02 17:11:52 -02:00
2009-01-03 10:50:26 -02:00