From: Márton Németh Date: Wed, 24 Feb 2010 20:13:29 +0000 (-0300) Subject: V4L/DVB: The first two parameters of soc_camera_limit_side() are usually pointers... X-Git-Tag: v2.6.35-rc1~480^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26b31449142a18512b57dbea515af234992ba7c;p=pandora-kernel.git 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 * as well as a couple more signedness mismatches. Signed-off-by: Márton Németh Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed