Skip to content

Commit

Permalink
[media] s5p-mfc: Fix volatile controls setup
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Jan 18, 2012
1 parent bb86936 commit 0da0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/s5p-mfc/s5p_mfc_dec.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static struct mfc_control controls[] = {
.maximum = 32,
.step = 1,
.default_value = 1,
.flags = V4L2_CTRL_FLAG_VOLATILE,
.is_volatile = 1,
},
};

Expand Down

0 comments on commit 0da0a78

Please sign in to comment.