Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311277
b: refs/heads/master
c: 5cd0b50
h: refs/heads/master
i:
  311275: 01aa761
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 819e409 commit d5311a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: f9798ef6342e6dad3fc3d7aa2ce2147469acf507
refs/heads/master: 5cd0b50fddb6649bfd73648912464e1cc90bd0c1
5 changes: 0 additions & 5 deletions trunk/drivers/media/common/saa7146_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ static int fops_open(struct file *file)
struct saa7146_dev *dev = video_drvdata(file);
struct saa7146_fh *fh = NULL;
int result = 0;
enum v4l2_buf_type type;

DEB_EE("file:%p, dev:%s\n", file, video_device_node_name(vdev));

Expand All @@ -207,10 +206,6 @@ static int fops_open(struct file *file)

DEB_D("using: %p\n", dev);

type = vdev->vfl_type == VFL_TYPE_GRABBER
? V4L2_BUF_TYPE_VIDEO_CAPTURE
: V4L2_BUF_TYPE_VBI_CAPTURE;

/* check if an extension is registered */
if( NULL == dev->ext ) {
DEB_S("no extension registered for this device\n");
Expand Down

0 comments on commit d5311a5

Please sign in to comment.