Re: [PATCH v3] media: v4l2-ctrl: Move compound control initialization

2019-06-19 Thread Ezequiel Garcia
On Tue, 2019-06-18 at 20:17 -0300, Ezequiel Garcia wrote: > Rework std_init adding an explicit initialization for > compound controls. > > While here, make sure the control is initialized to zero, > before providing default values for all its fields. > > Reviewed-by: Boris Brezillon > Signed-off

[PATCH v3] media: v4l2-ctrl: Move compound control initialization

2019-06-18 Thread Ezequiel Garcia
Rework std_init adding an explicit initialization for compound controls. While here, make sure the control is initialized to zero, before providing default values for all its fields. Reviewed-by: Boris Brezillon Signed-off-by: Ezequiel Garcia --- Changes from v2: * Fix missing index usage Chan