The patch number 14298 was added via Hans de Goede <hdego...@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: Hans de Goede  <hdego...@redhat.com>
libv4l: make autogain_adjust void


libv4l: make autogain_adjust void

Priority: normal

Signed-off-by: Hans de Goede <hdego...@redhat.com>


---

 v4l2-apps/libv4l/libv4lconvert/processing/autogain.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r ea34d302fee0 -r 17502820c67b 
v4l2-apps/libv4l/libv4lconvert/processing/autogain.c
--- a/v4l2-apps/libv4l/libv4lconvert/processing/autogain.c      Wed Jan 20 
22:58:28 2010 +0100
+++ b/v4l2-apps/libv4l/libv4lconvert/processing/autogain.c      Tue Jan 26 
20:35:26 2010 +0100
@@ -40,7 +40,7 @@
 }
 
 /* Adjust ctrl value with steps steps, while not crossing limit */
-static int autogain_adjust(struct v4l2_queryctrl *ctrl, int *value,
+static void autogain_adjust(struct v4l2_queryctrl *ctrl, int *value,
   int steps, int limit)
 {
   int ctrl_range = (ctrl->maximum - ctrl->minimum) / ctrl->step;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/17502820c67bea1f869cde31900ad6dd48d03693

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

Reply via email to