summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-29 05:58:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-29 05:58:58 -0300
commit69357393e580dbcd400c7c1992b48813359eb417 (patch)
tree27c962a692da9c36cdaa85814eddf5f833ffd777 /linux/drivers/media/video/bt8xx
parentc1320d2c77e66cf93a7b899cf3764a556c5bc3f9 (diff)
parentdd151ee816f6d89d08edda36da27880b88c32fae (diff)
downloadmediapointer-dvb-s2-69357393e580dbcd400c7c1992b48813359eb417.tar.gz
mediapointer-dvb-s2-69357393e580dbcd400c7c1992b48813359eb417.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/bt8xx')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv-driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-driver.c b/linux/drivers/media/video/bt8xx/bttv-driver.c
index 0609db138..f40eb10fd 100644
--- a/linux/drivers/media/video/bt8xx/bttv-driver.c
+++ b/linux/drivers/media/video/bt8xx/bttv-driver.c
@@ -2953,8 +2953,6 @@ static int bttv_g_parm(struct file *file, void *f,
struct bttv_fh *fh = f;
struct bttv *btv = fh->btv;
- if (parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
- return -EINVAL;
v4l2_video_std_frame_period(bttv_tvnorms[btv->tvnorm].v4l2_id,
&parm->parm.capture.timeperframe);
return 0;