From: Mauro Carvalho Chehab Date: Mon, 29 Dec 2008 22:15:43 +0000 (-0300) Subject: V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2 X-Git-Tag: v2.6.29-rc1~556^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ab7886119da6375a983713eedab444e32094f6;p=pandora-kernel.git V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2 This patch fixes this warning: drivers/media/video/gspca/gspca.c:1811: warning: initialization from incompatible pointer type The reason is that the returned argument should be a long, not an integer. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed