media: uvcvideo: Use kernel integer types
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 16 Jan 2018 17:35:17 +0000 (12:35 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 07:17:17 +0000 (02:17 -0500)
commit1e304c47ef12d442ef02d94bdbaed8b1f0adec3c
tree462c105333725b01a4ae65f0a03a488dc88415ea
parentcb9cd6c5c30b6032507aadde5d5d71221b19c3d7
media: uvcvideo: Use kernel integer types

Replace the uint_{8,16,32} types with the corresponding native kernel
types u{8,16,32}.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/uvc/uvc_driver.c
drivers/media/usb/uvc/uvc_v4l2.c
drivers/media/usb/uvc/uvcvideo.h