Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219430
b: refs/heads/master
c: 4f5c933
h: refs/heads/master
v: v3
  • Loading branch information
James M McLaren authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 5c3a6b2 commit fdcc632
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: 44a81550410ada5b30f0a611d9446dc9cbf4cb59
refs/heads/master: 4f5c933abb34532dc962185c999509b97a97fa1b
1 change: 1 addition & 0 deletions trunk/drivers/media/video/hdpvr/hdpvr-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count)
mem, dev->bulk_in_size,
hdpvr_read_bulk_callback, buf);

buf->urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
buf->status = BUFSTAT_AVAILABLE;
list_add_tail(&buf->buff_list, &dev->free_buff_list);
}
Expand Down

0 comments on commit fdcc632

Please sign in to comment.