The patch number 14802 was added via Douglas Schilling Landgraf
<[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
bttv: remove bogus prio check in g_frequency
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
linux/drivers/media/video/bt8xx/bttv-driver.c | 5 -----
1 file changed, 5 deletions(-)
diff -r f28c9a629c73 -r 0f0ad10ca0b5
linux/drivers/media/video/bt8xx/bttv-driver.c
--- a/linux/drivers/media/video/bt8xx/bttv-driver.c Wed May 12 15:23:52
2010 -0300
+++ b/linux/drivers/media/video/bt8xx/bttv-driver.c Wed May 12 15:24:42
2010 -0300
@@ -2014,11 +2014,6 @@
{
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;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/0f0ad10ca0b51a450877f260710b9d55062ba4bf
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits