linux/drivers/media/video/hdpvr
Márton Németh 85d682b9ee V4L/DVB: hdpvr-video: cleanup signedness
The fifth parameter of usb_bulk_msg() is a pointer to signed
(see <linux/usb.h>) 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 *<noident>

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-02-26 15:10:53 -03:00
..
hdpvr-control.c V4L/DVB (12472): hdpvr-control: fix bad whitespaces 2009-09-12 12:19:02 -03:00
hdpvr-core.c V4L/DVB: hdpvr-core: make module parameters local 2010-02-26 15:10:52 -03:00
hdpvr-i2c.c V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses 2009-09-12 12:18:13 -03:00
hdpvr-video.c V4L/DVB: hdpvr-video: cleanup signedness 2010-02-26 15:10:53 -03:00
hdpvr.h V4L/DVB (11245): hdpvr: add struct v4l2_device 2009-03-30 12:43:43 -03:00
Kconfig V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device 2009-03-30 12:43:28 -03:00
Makefile V4L/DVB (11152): hdpvr: Fix build with Config_I2C not set 2009-03-30 12:43:32 -03:00