From: Márton Németh Date: Sat, 23 Jan 2010 06:58:20 +0000 (-0300) Subject: V4L/DVB: zoran: match parameter signedness of g_input_status X-Git-Tag: v2.6.34-rc1~280^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1b72650d22b8ac3ce56aa90c4fe1314f1876cb;p=pandora-kernel.git V4L/DVB: zoran: match parameter signedness of g_input_status The second parameter of g_input_status operation in is unsigned so also call it with unsigned paramter. This will remove the following sparse warning (see "make C=1"): * incorrect type in argument 2 (different signedness) expected unsigned int [usertype] *status got int * Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed