Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0da0a783 authored by Kamil Debski's avatar Kamil Debski Committed by Mauro Carvalho Chehab
Browse files

[media] s5p-mfc: Fix volatile controls setup

parent bb869368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ static struct mfc_control controls[] = {
		.maximum = 32,
		.step = 1,
		.default_value = 1,
		.flags = V4L2_CTRL_FLAG_VOLATILE,
		.is_volatile = 1,
	},
};