Re: [PATCHv17 13/34] v4l2-ctrls: use ref in helper instead of ctrl

2018-08-09 Thread Mauro Carvalho Chehab
Em Sat, 4 Aug 2018 14:45:05 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > The next patch needs the reference to a control instead of the > control itself, so change struct v4l2_ctrl_helper accordingly. > > Signed-off-by: Hans Verkuil Reviewed-by: Mauro Carvalho Chehab > --- > driv

[PATCHv17 13/34] v4l2-ctrls: use ref in helper instead of ctrl

2018-08-04 Thread Hans Verkuil
From: Hans Verkuil The next patch needs the reference to a control instead of the control itself, so change struct v4l2_ctrl_helper accordingly. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-ctrls.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff -