mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 19:36:39 +07:00
[media] omap3isp: preview: Remove averager parameter update flag
The flag isn't used, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f22926e06e
commit
87920dd4d9
@ -66,8 +66,7 @@
|
||||
|
||||
#define PREV_CONTRAST (1 << 17)
|
||||
#define PREV_BRIGHTNESS (1 << 18)
|
||||
#define PREV_AVERAGER (1 << 19)
|
||||
#define PREV_FEATURES_END (1 << 20)
|
||||
#define PREV_FEATURES_END (1 << 19)
|
||||
|
||||
enum preview_input_entity {
|
||||
PREVIEW_INPUT_NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user