The patch number 15096 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: Guennadi Liakhovetski  <[email protected]>
sh_mobile_ceu_camera: fix debugging message


With enabled debugging sh_mobile_ceu_camera.c dereferences an invalid or a NULL
pointer. Thanks to James Wang for reporting.

Priority: normal

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>


---

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

diff -r b0c62fec7005 -r f5d742d1f28d 
linux/drivers/media/video/sh_mobile_ceu_camera.c
--- a/linux/drivers/media/video/sh_mobile_ceu_camera.c  Tue Jun 29 01:31:40 
2010 -0300
+++ b/linux/drivers/media/video/sh_mobile_ceu_camera.c  Tue Jun 29 01:33:13 
2010 -0300
@@ -1006,7 +1006,7 @@
                xlate->code     = code;
                xlate++;
                dev_dbg(dev, "Providing format %s in pass-through mode\n",
-                       xlate->host_fmt->name);
+                       fmt->name);
        }
 
        return formats;


---

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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to