Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211326
b: refs/heads/master
c: 882787f
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and Mauro Carvalho Chehab committed Sep 28, 2010
1 parent ba63b2f commit 0f7e0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29d834912bbcf0d095e6cd0e95b0d9790fdf7957
refs/heads/master: 882787ff8fdeb0be790547ee9b22b281095e95da
1 change: 1 addition & 0 deletions trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ static int alloc_and_submit_int_urb(struct gspca_dev *gspca_dev,
usb_rcvintpipe(dev, ep->bEndpointAddress),
buffer, buffer_len,
int_irq, (void *)gspca_dev, interval);
urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
gspca_dev->int_urb = urb;
ret = usb_submit_urb(urb, GFP_KERNEL);
if (ret < 0) {
Expand Down

0 comments on commit 0f7e0d1

Please sign in to comment.