media: i2c: ov5647: Neither analogue gain nor exposure need EXECUTE_ON_WRITE
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 29 Apr 2020 20:47:25 +0000 (21:47 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:13:10 +0000 (19:13 +0000)
commit7eb9467b8102036533c0fef954dbc7d8025f6bc2
treef5f72d33168b52444550c450ed6daf1646e332cb
parent9b5a5ebedc30399816d4f87637ff3b10b884a290
media: i2c: ov5647: Neither analogue gain nor exposure need EXECUTE_ON_WRITE

The controls for analogue gain and exposure were defined with
V4L2_CTRL_FLAG_EXECUTE_ON_WRITE. This is not required as we only need
to send changes to the sensor.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/i2c/ov5647.c