mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
[media] s5p-mfc: Fix volatile controls setup
Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bb869368f3
commit
0da0a78338
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ static struct mfc_control controls[] = {
|
|||
.maximum = 32,
|
||||
.step = 1,
|
||||
.default_value = 1,
|
||||
.flags = V4L2_CTRL_FLAG_VOLATILE,
|
||||
.is_volatile = 1,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue