From: Márton Németh Date: Sat, 23 Jan 2010 13:44:34 +0000 (+0100) Subject: V4L/DVB: hdpvr-video: cleanup signedness X-Git-Tag: v2.6.34-rc1~280^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d682b9ee1a89a82c2a75182558e392749d81fc;p=pandora-kernel.git V4L/DVB: hdpvr-video: cleanup signedness The fifth parameter of usb_bulk_msg() is a pointer to signed (see ) so also call this function with pointer to signed. This will remove the following sparse warning (see "make C=1"): * warning: incorrect type in argument 5 (different signedness) expected int *actual_length got unsigned int * Signed-off-by: Márton Németh Signed-off-by: Janne Grunau Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed