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:
parent
90a0df100c
commit
fa388da4f0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue