From: Andy Walls Date: Thu, 4 Sep 2008 16:16:40 +0000 (-0300) Subject: V4L/DVB (8915): cx18: Increment u8 pointers not void pointers. X-Git-Tag: v2.6.28-rc1~601^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2b97b13e5627127b8e29dc0e1e1d7be03eaae4;p=pandora-kernel.git V4L/DVB (8915): cx18: Increment u8 pointers not void pointers. cx18: Increment u8 pointers not void pointers. Incrementing void pointers is dubious and the real intent in cx18_memcpy_fromio() and cx18_memset_io() is to increment by bytes, so use u8 pointers instead. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed