ipa: raspberrrypi: Remove duplicate comment
The exact same comment is used two times within 5 lines. Remove one of them as it is redundant. Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
b68721608a
commit
6a84c56346
@@ -208,7 +208,6 @@ void IPARPi::start(const ControlList &controls, ipa::RPi::StartConfig *startConf
|
||||
agcStatus.shutter_time = 0.0;
|
||||
agcStatus.analogue_gain = 0.0;
|
||||
|
||||
/* SwitchMode may supply updated exposure/gain values to use. */
|
||||
metadata.Get("agc.status", agcStatus);
|
||||
if (agcStatus.shutter_time != 0.0 && agcStatus.analogue_gain != 0.0) {
|
||||
ControlList ctrls(sensorCtrls_);
|
||||
|
||||
Reference in New Issue
Block a user