Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb357fbb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: isp: fixe a crash due to return code overwritten"

parents 457ac568 b1cc6806
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -317,9 +317,7 @@ camss_vdd_regulator_failed:
	vfe_dev->fs_vfe = NULL;
	msm_isp_deinit_bandwidth_mgr(ISP_VFE0 + vfe_dev->pdev->id);
bus_scale_register_failed:
	rc = cam_config_ahb_clk(CAM_AHB_CLIENT_VFE, CAMERA_AHB_SUSPEND_VOTE);
	if (rc < 0)
		pr_err("%s: failed to vote for AHB\n", __func__);
	cam_config_ahb_clk(CAM_AHB_CLIENT_VFE, CAMERA_AHB_SUSPEND_VOTE);
ahb_vote_fail:
	return rc;
}