]> Pileus Git - ~andy/linux/commit
[media] uvcvideo: Constify the uvc_entity_match_guid arguments
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 17 Sep 2010 08:24:13 +0000 (05:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:18:17 +0000 (01:18 -0200)
commitf9d81df9b8d77f238b3053eb645572ab6651cc8d
tree2d22c7f5885018ccf21fbc93f8fe60280960c09a
parentfa34168bd8979ef00dbc35dbca6d7564d4e42798
[media] uvcvideo: Constify the uvc_entity_match_guid arguments

They're not modified by the function, make them const.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/uvc/uvc_ctrl.c