projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb86936
)
[media] s5p-mfc: Fix volatile controls setup
author
Kamil Debski
<
[email protected]
>
Tue, 27 Dec 2011 13:07:24 +0000
(10:07 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 18 Jan 2012 00:54:04 +0000
(22:54 -0200)
Signed-off-by: Kamil Debski <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Marek Szyprowski <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/s5p-mfc/s5p_mfc_dec.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
b/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
index 844a4d7797bc0be85ff01eae08837d5d49dbee69..c25ec022d2678f734e46b1f1f3b5b0d496150c8d 100644
(file)
--- a/
drivers/media/video/s5p-mfc/s5p_mfc_dec.c
+++ b/
drivers/media/video/s5p-mfc/s5p_mfc_dec.c
@@
-165,7
+165,7
@@
static struct mfc_control controls[] = {
.maximum = 32,
.step = 1,
.default_value = 1,
- .
flags = V4L2_CTRL_FLAG_VOLATILE
,
+ .
is_volatile = 1
,
},
};