Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 530d2d32 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: bttv: remove bogus prio check in g_frequency

parent b4162f4a
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -1987,11 +1987,6 @@ static int bttv_g_frequency(struct file *file, void *priv,
{
{
	struct bttv_fh *fh  = priv;
	struct bttv_fh *fh  = priv;
	struct bttv *btv = fh->btv;
	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->type = btv->radio_user ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
	f->frequency = btv->freq;
	f->frequency = btv->freq;