Loading drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -2355,6 +2355,10 @@ static int cam_ope_mgr_acquire_hw(void *hw_priv, void *hw_acquire_args) if (hw_mgr->ope_dev_intf[i]->hw_ops.deinit( hw_mgr->ope_dev_intf[i]->hw_priv, NULL, 0)) CAM_ERR(CAM_OPE, "OPE deinit fail"); if (hw_mgr->ope_dev_intf[i]->hw_ops.stop( hw_mgr->ope_dev_intf[i]->hw_priv, NULL, 0)) CAM_ERR(CAM_OPE, "OPE stop fail"); } } end: Loading Loading
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -2355,6 +2355,10 @@ static int cam_ope_mgr_acquire_hw(void *hw_priv, void *hw_acquire_args) if (hw_mgr->ope_dev_intf[i]->hw_ops.deinit( hw_mgr->ope_dev_intf[i]->hw_priv, NULL, 0)) CAM_ERR(CAM_OPE, "OPE deinit fail"); if (hw_mgr->ope_dev_intf[i]->hw_ops.stop( hw_mgr->ope_dev_intf[i]->hw_priv, NULL, 0)) CAM_ERR(CAM_OPE, "OPE stop fail"); } } end: Loading