The patch number 10737 was added via Mauro Carvalho Chehab <mche...@redhat.com>
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 <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
saa7110: get rid of the legacy v4l2_ctrl_query_fill_std()


Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/video/saa7110.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r d25029dea583 -r 8926747f2ebe linux/drivers/media/video/saa7110.c
--- a/linux/drivers/media/video/saa7110.c       Thu Feb 26 21:16:57 2009 -0300
+++ b/linux/drivers/media/video/saa7110.c       Thu Feb 26 21:17:37 2009 -0300
@@ -339,7 +339,7 @@ static int saa7110_queryctrl(struct v4l2
        case V4L2_CID_CONTRAST:
        case V4L2_CID_SATURATION:
        case V4L2_CID_HUE:
-               return v4l2_ctrl_query_fill_std(qc);
+               return v4l2_ctrl_query_fill(qc, -128, 127, 1, 0);
        default:
                return -EINVAL;
        }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/8926747f2ebe7d03b204fc580b75a4b6b4811a09

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to