Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124464
b: refs/heads/master
c: d29ca09
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Reitmayr authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 9074d0e commit 92e3482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2e5ef2dfc45ff1ecebb0d8657b85b3fc716db9bf
refs/heads/master: d29ca09d50309bb7df5d57aec88efdcd09a56f9f
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/usb-urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ static int usb_bulk_urb_init(struct usb_data_stream *stream)
stream->props.u.bulk.buffersize,
usb_urb_complete, stream);

stream->urb_list[i]->transfer_flags = 0;
stream->urb_list[i]->transfer_flags = URB_NO_TRANSFER_DMA_MAP;
stream->urb_list[i]->transfer_dma = stream->dma_addr[i];
stream->urbs_initialized++;
}
return 0;
Expand Down

0 comments on commit 92e3482

Please sign in to comment.