aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-05-01 08:00:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:58:53 -0300
commit530d2d32068eaf3616e0ce9e58a5fde5701c3380 (patch)
tree845ef4a843f1083488a665c8081ae6767b1621fa /drivers/media
parentV4L/DVB: Documentation: fix small error in the ENUMINPUT doc (diff)
downloadlinux-dev-530d2d32068eaf3616e0ce9e58a5fde5701c3380.tar.xz
linux-dev-530d2d32068eaf3616e0ce9e58a5fde5701c3380.zip
V4L/DVB: bttv: remove bogus prio check in g_frequency
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index 350e7af75884..fcfc934a3667 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -1987,11 +1987,6 @@ static int bttv_g_frequency(struct file *file, void *priv,
{
struct bttv_fh *fh = priv;
struct bttv *btv = fh->btv;
- int err;
-
- err = v4l2_prio_check(&btv->prio, &fh->prio);
- if (0 != err)
- return err;
f->type = btv->radio_user ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
f->frequency = btv->freq;