Skip to content

Commit

Permalink
[media] omap3isp: preview: Remove averager parameter update flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent f22926e commit 87920dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/omap3isp/isppreview.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 87920dd

Please sign in to comment.