Re: [PATCH v4 1/9] media: uvcvideo: Move guid to entity

2020-12-20 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. On Tue, Dec 15, 2020 at 04:44:31PM +0100, Ricardo Ribalda wrote: > Instead of having multiple copies of the entity guid on the code, move > it to the entity structure. > > Reviewed-by: Laurent Pinchart > Signed-off-by: Ricardo Ribalda > --- > drivers/media

[PATCH v4 1/9] media: uvcvideo: Move guid to entity

2020-12-15 Thread Ricardo Ribalda
Instead of having multiple copies of the entity guid on the code, move it to the entity structure. Reviewed-by: Laurent Pinchart Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_ctrl.c | 30 -- drivers/media/usb/uvc/uvc_driver.c | 26 +++