Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145495
b: refs/heads/master
c: e9e1012
h: refs/heads/master
i:
  145493: 80c23bd
  145491: 85e1a74
  145487: 8b0d271
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 5, 2009
1 parent eaa01bf commit 4cb574a
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: edaba2c5334492f82d39ec35637c6dea5176a977
refs/heads/master: e9e10124e269a39de089c5e0d9936fae2ff889b2
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/ivtv/ivtv-queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ int ivtv_stream_alloc(struct ivtv_stream *s)
return -ENOMEM;
}
if (ivtv_might_use_dma(s)) {
s->sg_handle = pci_map_single(itv->pdev, s->sg_dma, sizeof(struct ivtv_sg_element), s->dma);
s->sg_handle = pci_map_single(itv->pdev, s->sg_dma,
sizeof(struct ivtv_sg_element), PCI_DMA_TODEVICE);
ivtv_stream_sync_for_cpu(s);
}

Expand Down

0 comments on commit 4cb574a

Please sign in to comment.