[media] gspca: warning fix: index is unsigned, so it will never be below 0
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Oct 2012 17:55:20 +0000 (14:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Oct 2012 09:38:36 +0000 (07:38 -0200)
drivers/media/usb/gspca/gspca.c: In function 'vidioc_querybuf':
drivers/media/usb/gspca/gspca.c:1590:6: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found