Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357418
b: refs/heads/master
c: 0e5d61d
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent ea7a3cb commit 50b1224
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: fa8880bece7321d61a7a5e7bf4b67832071ee047
refs/heads/master: 0e5d61d87b3a1ad5591e0dfbe4c548f862e9f5a6
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void s5p_mfc_release_priv_buf(struct device *dev,
{
if (b->virt) {
dma_free_coherent(dev, b->size, b->virt, b->dma);
b->virt = 0;
b->virt = NULL;
b->dma = 0;
b->size = 0;
}
Expand Down

0 comments on commit 50b1224

Please sign in to comment.