Re: [PATCH v6 09/17] media: uvcvideo: refactor __uvc_ctrl_add_mapping

2021-03-18 Thread Hans Verkuil
On 17/03/2021 17:45, Ricardo Ribalda wrote: > Pass the chain instead of the device. We want to keed the reference to keed -> keep With that typo fixed you can add my: Reviewed-by: Hans Verkuil Thanks! Hans > the chain that controls belong to. > > We need to delay the initialization

[PATCH v6 09/17] media: uvcvideo: refactor __uvc_ctrl_add_mapping

2021-03-17 Thread Ricardo Ribalda
Pass the chain instead of the device. We want to keed the reference to the chain that controls belong to. We need to delay the initialization of the controls after the chains have been initialized. This is a cleanup needed for the next patches. Reviewed-by: Laurent Pinchart Signed-off-by: