Re: [PATCH 4/5] v4l: controls: QUERY_EXT_CTRL support for base, prefix and unit

2018-09-28 Thread Hans Verkuil
On 09/25/2018 12:14 PM, Sakari Ailus wrote: > Add support for conveying the information set by the driver to the user > space. > > Signed-off-by: Sakari Ailus > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 3 +++ > include/media/v4l2-ctrls.h | 2 ++ > 2 files changed, 5 insertions(+)

Re: [PATCH 4/5] v4l: controls: QUERY_EXT_CTRL support for base, prefix and unit

2018-09-26 Thread kbuild test robot
Hi Sakari, I love your patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.19-rc5 next-20180926] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 4/5] v4l: controls: QUERY_EXT_CTRL support for base, prefix and unit

2018-09-25 Thread Sakari Ailus
Add support for conveying the information set by the driver to the user space. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-ctrls.c | 3 +++ include/media/v4l2-ctrls.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c