The patch number 12885 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>
merge: http://linuxtv.org/hg/~awalls/v4l-dvb


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


---

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

diff -r 74dfef9640ca -r 35f39943de0c linux/drivers/media/video/cx18/cx18-i2c.c
--- a/linux/drivers/media/video/cx18/cx18-i2c.c Tue Sep 15 14:07:18 2009 -0300
+++ b/linux/drivers/media/video/cx18/cx18-i2c.c Tue Sep 15 14:09:03 2009 -0300
@@ -119,7 +119,7 @@
        /* Our default information for ir-kbd-i2c.c to use */
        switch (hw) {
        case CX18_HW_Z8F0811_IR_RX_HAUP:
-               info.platform_data = &z8f0811_ir_init_data;
+               info.platform_data = (void *) &z8f0811_ir_init_data;
                break;
        default:
                break;


---

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

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

Reply via email to