mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 18:11:11 +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>