V4L/DVB (12884): cx18: Eliminate warning about discarding 'const' is assignment for...
authorAndy Walls <awalls@radix.net>
Mon, 7 Sep 2009 17:32:45 +0000 (14:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:14:07 +0000 (00:14 -0300)
i2c-kbd-i2c allows a bridge driver to pass information about IR configuration,
but uses a "void *" to pass along what is essentially constant data.  This
change casts a const * to a void * to remove the warning.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found