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, 1 Jul 2020 15:33:53 +0000 (16:33 +0100)
commit862a62b8fa540e01616784cb781f67b702a88977
tree3ea6abb99794fe8fdc39265b54dec0eac067a639
parent2bc6e4306fa410be55978d0adb5082e28532c859
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