From: Andy Walls Date: Mon, 7 Sep 2009 17:32:45 +0000 (-0300) Subject: V4L/DVB (12884): cx18: Eliminate warning about discarding 'const' is assignment for... X-Git-Tag: v2.6.32-rc1~618^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958411bc484d15c3c3f7579b84b57d3b9d80ff21;p=pandora-kernel.git V4L/DVB (12884): cx18: Eliminate warning about discarding 'const' is assignment for IR init 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed