OSDN Git Service

media: uvcvideo: Use internal kernel integer types
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 16 Jan 2018 17:45:36 +0000 (12:45 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 07:20:52 +0000 (02:20 -0500)
commit2c6b222cee2d68e30f059b8ca9194532416bb3f4
tree0cfce91806c2e2867dc649d2765e3ab3eb3cce6f
parent1e304c47ef12d442ef02d94bdbaed8b1f0adec3c
media: uvcvideo: Use internal kernel integer types

Replace the __[su]{8,16,32} variant of integer types with the
non-underscored types as the code is internal to the driver, not exposed
to userspace.

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