Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306251
b: refs/heads/master
c: 213cf90
h: refs/heads/master
i:
  306249: a04883e
  306247: 663eebc
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent 18021c4 commit f35e9c4
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: ca7f4a3821aae53ab4ba5f7b14db9755b856d615
refs/heads/master: 213cf90b9ad07d40c1e7aa5781907695107fe188
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/omap3isp/isppreview.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ static int preview_config(struct isp_prev_device *prev,
attr = &update_attrs[i];
bit = 0;

if (!(cfg->update & attr->cfg_bit))
if (attr->cfg_bit == -1 || !(cfg->update & attr->cfg_bit))
continue;

bit = cfg->flag & attr->cfg_bit;
Expand Down

0 comments on commit f35e9c4

Please sign in to comment.