mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 06:50:43 -04:00
[media] omap3isp: preview: Fix contrast and brightness handling
Commit bac387efbb ("omap3isp: preview:
Simplify configuration parameters access") added three fields to the
preview_update structure, but failed to properly update the related
initializers. Fix this.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7103180b43
commit
5aedc10940
@@ -888,12 +888,12 @@ static const struct preview_update update_attrs[] = {
|
||||
preview_config_contrast,
|
||||
NULL,
|
||||
offsetof(struct prev_params, contrast),
|
||||
0, true,
|
||||
0, 0, true,
|
||||
}, /* OMAP3ISP_PREV_BRIGHTNESS */ {
|
||||
preview_config_brightness,
|
||||
NULL,
|
||||
offsetof(struct prev_params, brightness),
|
||||
0, true,
|
||||
0, 0, true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user