V4L/DVB: zoran: match parameter signedness of g_input_status
authorMárton Németh <nm127@freemail.hu>
Sat, 23 Jan 2010 06:58:20 +0000 (03:58 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:48 +0000 (15:10 -0300)
commitdb1b72650d22b8ac3ce56aa90c4fe1314f1876cb
treec34a65724a663b877532e3d5037dc5eb78668455
parent26ee91efd941ea7fd40f6ee004f2f4d72f334564
V4L/DVB: zoran: match parameter signedness of g_input_status

The second parameter of g_input_status operation in <media/v4l2-subdev.h>
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 *<noident>

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zoran/zoran_device.c
drivers/media/video/zoran/zoran_driver.c