]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8253): gspca: fix warnings on x86_64
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 9 Jul 2008 08:26:26 +0000 (05:26 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:19:18 +0000 (07:19 -0300)
commita9e1113483f110723e4c0277a05d08f51da232aa
treef7f935b57c8f1c7203244a122699d8a65b9d8a07
parenta47cacbd869b67ce16981ad5a0b06e4eac2efaff
V4L/DVB (8253): gspca: fix warnings on x86_64

/home/v4l/master/v4l/gspca.c: In function 'gspca_frame_add':
/home/v4l/master/v4l/gspca.c:222: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
/home/v4l/master/v4l/gspca.c: In function 'dev_read':
/home/v4l/master/v4l/gspca.c:1568: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
/home/v4l/master/v4l/gspca.c:1618: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

Acked-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/gspca/gspca.c