Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261587
b: refs/heads/master
c: 118314c
h: refs/heads/master
i:
  261585: 5b9609a
  261583: 8caa90e
v: v3
  • Loading branch information
Amber Jain authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent f49ae1f commit cc7950d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 72915e851da9aeea2bf619f8f52ab0ee4bc241ca
refs/heads/master: 118314c0169f25b1456232def5ca48d15e5036f0
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,7 @@ static int vidioc_enum_fmt_vid_out(struct file *file, void *fh,
struct v4l2_fmtdesc *fmt)
{
int index = fmt->index;
enum v4l2_buf_type type = fmt->type;

fmt->index = index;
fmt->type = type;
if (index >= NUM_OUTPUT_FORMATS)
return -EINVAL;

Expand Down Expand Up @@ -1213,10 +1210,7 @@ static int vidioc_enum_fmt_vid_overlay(struct file *file, void *fh,
struct v4l2_fmtdesc *fmt)
{
int index = fmt->index;
enum v4l2_buf_type type = fmt->type;

fmt->index = index;
fmt->type = type;
if (index >= NUM_OUTPUT_FORMATS)
return -EINVAL;

Expand Down

0 comments on commit cc7950d

Please sign in to comment.