Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356972
b: refs/heads/master
c: 4a8a804
h: refs/heads/master
v: v3
  • Loading branch information
Cyril Roelandt authored and Mauro Carvalho Chehab committed Dec 4, 2012
1 parent 873e138 commit 6188116
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: bc1ebd704751bb6b86612e63fdfac56918364d07
refs/heads/master: 4a8a8042be289f6d53fc6cbfbed1722db14d7af1
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/soc_camera/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ static int mx2_start_streaming(struct vb2_queue *q, unsigned int count)
pcdev->discard_size = icd->user_height * bytesperline;
pcdev->discard_buffer = dma_alloc_coherent(ici->v4l2_dev.dev,
pcdev->discard_size, &pcdev->discard_buffer_dma,
GFP_KERNEL);
GFP_ATOMIC);
if (!pcdev->discard_buffer) {
spin_unlock_irqrestore(&pcdev->lock, flags);
return -ENOMEM;
Expand Down

0 comments on commit 6188116

Please sign in to comment.