Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320670
b: refs/heads/master
c: dcf4fc2
h: refs/heads/master
v: v3
  • Loading branch information
Prabhakar Lad authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent 68cd411 commit bd74801
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: 3a495ed77a2f582d860472cdfca815c1dc4a5d02
refs/heads/master: dcf4fc2e2efc605382563d6ab6ba1b6f15fa28a0
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpbe_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ vpbe_display_s_dv_preset(struct file *file, void *priv,
}

/* Set the given standard in the encoder */
if (NULL != vpbe_dev->ops.s_dv_preset)
if (!vpbe_dev->ops.s_dv_preset)
return -EINVAL;

ret = vpbe_dev->ops.s_dv_preset(vpbe_dev, preset);
Expand Down

0 comments on commit bd74801

Please sign in to comment.