[media] gspca: dubious one-bit signed bitfield
authorEmil Goode <emilgoode@gmail.com>
Sun, 5 Aug 2012 12:34:26 +0000 (09:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Sep 2012 20:42:15 +0000 (17:42 -0300)
commit50c457a950ac06b4c461ed36fdb4a84c0d27a82b
treed3d4dfc77e5fd874df91dfbf6df94798d8cb2ab9
parent4a7ec2db262628f8b13af76b09bb147943264529
[media] gspca: dubious one-bit signed bitfield

This patch changes some signed integers to unsigned because
they are not intended for negative values and sparse
is making noise about it.

Sparse gives eight of these errors:
drivers/media/usb/gspca/ov519.c:144:29: error: dubious one-bit signed bitfield

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/gspca/ov519.c