diff --git a/drivers/media/video/cx231xx/cx231xx-video.c b/drivers/media/video/cx231xx/cx231xx-video.c index 06f492e7891dbca962b3966fd593f82eb5a74efb..31097e40340692bca9331ecca9e28916c19c480b 100644 --- a/drivers/media/video/cx231xx/cx231xx-video.c +++ b/drivers/media/video/cx231xx/cx231xx-video.c @@ -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)