mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-02 21:07:48 +00:00
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 <mchehab@redhat.com>