Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114031
b: refs/heads/master
c: 3b11fa3
h: refs/heads/master
i:
  114029: 0e30fd8
  114027: 241b768
  114023: 0d2b5cd
  114015: ba79ebc
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 24fdf81 commit f483a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40e6ec129100041121aea2fb98590eaea4bb6ba2
refs/heads/master: 3b11fa3a0651984af60cb8ff8faf0338552ece1f
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,7 @@ static int create_urbs(struct gspca_dev *gspca_dev,
if (npkt != 0) { /* ISOC */
urb->pipe = usb_rcvisocpipe(gspca_dev->dev,
ep->desc.bEndpointAddress);
urb->transfer_flags = URB_ISO_ASAP
| URB_NO_TRANSFER_DMA_MAP;
urb->transfer_flags = URB_ISO_ASAP;
urb->interval = ep->desc.bInterval;
urb->complete = isoc_irq;
urb->number_of_packets = npkt;
Expand Down

0 comments on commit f483a5b

Please sign in to comment.