Re: [PATCH v2 2/7] media: uvcvideo: Move guid to entity

2020-11-06 Thread Ricardo Ribalda
Hi Laurent Thanks for the review On Fri, Nov 6, 2020 at 7:06 AM Laurent Pinchart wrote: > > Hi Ricardo, > > Thank you for the patch. > > On Wed, Nov 04, 2020 at 07:07:29PM +0100, Ricardo Ribalda wrote: > > Instead of having multiple copies of the entity guid on the code, move > > it to the entit

Re: [PATCH v2 2/7] media: uvcvideo: Move guid to entity

2020-11-05 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. On Wed, Nov 04, 2020 at 07:07:29PM +0100, Ricardo Ribalda wrote: > Instead of having multiple copies of the entity guid on the code, move > it to the entity structure. > > Signed-off-by: Ricardo Ribalda > --- > drivers/media/usb/uvc/uvc_ctrl.c | 30 --