Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320654
b: refs/heads/master
c: 79ef87e
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent 5128069 commit 8cfb5f0
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: db3912c07349f00923d1c95dadd1e83371dce485
refs/heads/master: 79ef87edea252c3325f0be8aed684db72dc7e46c
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 @@ -56,7 +56,7 @@ static int __videobuf_dc_alloc(struct device *dev,
dev_err(dev, "dma_map_single failed\n");

free_pages_exact(mem->vaddr, mem->size);
mem->vaddr = 0;
mem->vaddr = NULL;
return err;
}
}
Expand Down

0 comments on commit 8cfb5f0

Please sign in to comment.