libcamera: pipeline: rkisp1: Remove unused assignment
The variable 'ret' is assigned but not read until after the next assignment. Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de> 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
90a0df100c
commit
fa388da4f0
@@ -688,7 +688,6 @@ int PipelineHandlerRkISP1::configure(Camera *camera, CameraConfiguration *c)
|
||||
/* \todo Turn this into a hard failure. */
|
||||
LOG(RkISP1, Warning) << "Camera sensor information not available";
|
||||
sensorInfo = {};
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
std::map<uint32_t, ControlInfoMap> entityControls;
|
||||
|
||||
Reference in New Issue
Block a user