V4L/DVB: The first two parameters of soc_camera_limit_side() are usually pointers...
commite26b31449142a18512b57dbea515af234992ba7c
authorMárton Németh <nm127@freemail.hu>
Wed, 24 Feb 2010 20:13:29 +0000 (24 17:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:44:09 +0000 (18 00:44 -0300)
treef3918a70f6ed82a04627517605d5377a047ad836
parent02512fe33e9162713cd522937aabc81fcd97ad74
V4L/DVB: The first two parameters of soc_camera_limit_side() are usually pointers  to struct v4l2_rect elements. They are signed, so adjust the prototype  accordingly

This will remove the following sparse warning (see "make C=1"):

 * incorrect type in argument 1 (different signedness)
       expected unsigned int *start
       got signed int *<noident>

as well as a couple more signedness mismatches.

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/mt9v022.c
drivers/media/video/mx3_camera.c
drivers/media/video/rj54n1cb0c.c
drivers/media/video/sh_mobile_ceu_camera.c
include/media/soc_camera.h