Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137735
b: refs/heads/master
c: d4db588
h: refs/heads/master
i:
  137733: 0eaa377
  137731: 5dfaf5c
  137727: 1000854
v: v3
  • Loading branch information
Magnus Damm authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 153e39a commit 9c7be3b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 87e3495c316bf3b63512eb280fd4b2d6d3518755
refs/heads/master: d4db588ccc738528601947d57fd398bb3f55cd31
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videobuf-dma-contig.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void videobuf_dma_contig_free(struct videobuf_queue *q,
So, it should free memory only if the memory were allocated for
read() operation.
*/
if ((buf->memory != V4L2_MEMORY_USERPTR) || !buf->baddr)
if ((buf->memory != V4L2_MEMORY_USERPTR) || buf->baddr)
return;

if (!mem)
Expand Down

0 comments on commit 9c7be3b

Please sign in to comment.