summaryrefslogtreecommitdiff
path: root/v4l/Makefile.ivtv
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-21 10:36:36 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-21 10:36:36 -0300
commitab3d72f8f8af39a05199d1eb2f196ebf1004de46 (patch)
treefe01c7f8265c38be87a98fd15e4962ee12c09ab2 /v4l/Makefile.ivtv
parent231949a499392202fb3004873f547060cd92fadf (diff)
downloadmediapointer-dvb-s2-ab3d72f8f8af39a05199d1eb2f196ebf1004de46.tar.gz
mediapointer-dvb-s2-ab3d72f8f8af39a05199d1eb2f196ebf1004de46.tar.bz2
Fix signedness error in drivers/media/video/vivi.c
From: Eric Sesterhenn <snakebyte@gmx.de> when checking the -Wextra signedness warnings issued by gcc 4.1 I came across this one: drivers/media/video/vivi.c:1001: warning: comparison of unsigned expression < 0 is always false Since videobuf_reqbufs() returns negative values on errors the current code does no real error checking since gcc removes the comparison. This patch fixes this issue by making ret a normal, signed integer. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/Makefile.ivtv')
0 files changed, 0 insertions, 0 deletions