]> git.baikalelectronics.ru Git - kernel.git/commit
[media] s3c-camif: Remove use of deprecated V4L2_CTRL_FLAG_DISABLED
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 20 Jan 2014 09:27:09 +0000 (06:27 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Feb 2014 11:53:57 +0000 (09:53 -0200)
commitef0dff00853614c74c0e643bf4f8175ab8cf3a41
tree974ce8fc8b7f53110765c95dd994da657e8621ee
parent355f81144096bad1b0dda724eb215b72b72298fa
[media] s3c-camif: Remove use of deprecated V4L2_CTRL_FLAG_DISABLED

I came across this while checking the kernel use of V4L2_CTRL_FLAG_DISABLED.

This flag should not be used with the control framework. Instead, just don't
add the control at all.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/s3c-camif/camif-capture.c