commit | ac2b97b13e5627127b8e29dc0e1e1d7be03eaae4 | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@radix.net> | Thu Sep 04 13:16:40 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Oct 12 09:36:58 2008 -0200 |
tree | 6c16036a5fb7f959e82d81a1a68d4fa325096f0d | |
parent | c641d09c60bfa36c7cf70444f24265090e51f5ce [diff] |
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 <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>