Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331238
b: refs/heads/master
c: f68247f
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Oct 2, 2012
1 parent 54c90e5 commit 1016436
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: 970e85f87067638262a5c165aff404e6190817f8
refs/heads/master: f68247fcdc361bc7db2ecb269451247235c21079
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/s5p-fimc/fimc-lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ static int fimc_lite_reqbufs(struct file *file, void *priv,

reqbufs->count = max_t(u32, FLITE_REQ_BUFS_MIN, reqbufs->count);
ret = vb2_reqbufs(&fimc->vb_queue, reqbufs);
if (!ret < 0)
if (!ret)
fimc->reqbufs_count = reqbufs->count;

return ret;
Expand Down

0 comments on commit 1016436

Please sign in to comment.