The patch number 9904 was added via Hans Verkuil <hverk...@xs4all.nl>
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:
        v4l-dvb-maintai...@linuxtv.org

------

From: Hans Verkuil  <hverk...@xs4all.nl>
v4l: fix compile warning.


Fix (bogus) compile warning about uninitialized variable.

Priority: normal

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>


---

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

diff -r deea3f6ce419 -r 2d56ba593d46 
linux/drivers/media/video/sh_mobile_ceu_camera.c
--- a/linux/drivers/media/video/sh_mobile_ceu_camera.c  Mon Dec 15 01:41:26 
2008 -0200
+++ b/linux/drivers/media/video/sh_mobile_ceu_camera.c  Mon Dec 15 11:15:32 
2008 +0100
@@ -448,7 +448,7 @@ static int sh_mobile_ceu_set_fmt(struct 
 static int sh_mobile_ceu_set_fmt(struct soc_camera_device *icd,
                                 __u32 pixfmt, struct v4l2_rect *rect)
 {
-       const struct soc_camera_data_format *cam_fmt;
+       const struct soc_camera_data_format *cam_fmt = NULL;
        int ret;
 
        /*


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/2d56ba593d463621484c5eb5388e659c7c42c392

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

Reply via email to