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:
parent
b68721608a
commit
6a84c56346
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ void IPARPi::start(const ControlList &controls, ipa::RPi::StartConfig *startConf
|
||||||
agcStatus.shutter_time = 0.0;
|
agcStatus.shutter_time = 0.0;
|
||||||
agcStatus.analogue_gain = 0.0;
|
agcStatus.analogue_gain = 0.0;
|
||||||
|
|
||||||
/* SwitchMode may supply updated exposure/gain values to use. */
|
|
||||||
metadata.Get("agc.status", agcStatus);
|
metadata.Get("agc.status", agcStatus);
|
||||||
if (agcStatus.shutter_time != 0.0 && agcStatus.analogue_gain != 0.0) {
|
if (agcStatus.shutter_time != 0.0 && agcStatus.analogue_gain != 0.0) {
|
||||||
ControlList ctrls(sensorCtrls_);
|
ControlList ctrls(sensorCtrls_);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue