Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219259
b: refs/heads/master
c: 66d7c43
h: refs/heads/master
i:
  219257: e884070
  219255: 210855e
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent c0bdbfe commit b9e436c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: b88ba6193d5f2469b2b29b52e8cca78a4caa47e0
refs/heads/master: 66d7c4318a5933099b3c57a8551b32f9f35eb741
12 changes: 0 additions & 12 deletions trunk/drivers/media/video/cx231xx/cx231xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,18 +1232,6 @@ static int vidioc_s_input(struct file *file, void *priv, unsigned int i)
struct cx231xx *dev = fh->dev;
int rc;

if (i == 10) {
dev->USE_ISO = 0;
cx231xx_info("trans-mode=BULK. USE_ISO = %d\n", dev->USE_ISO);
return 0;
}

if (i == 11) {
dev->USE_ISO = 1;
cx231xx_info("trans-mode=ISOC. USE_ISO = %d\n", dev->USE_ISO);
return 0;
}

dev->mode_tv = 0;
rc = check_dev(dev);
if (rc < 0)
Expand Down

0 comments on commit b9e436c

Please sign in to comment.