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

Commit 9ee13a5c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Add appropriate cpas version check during bw vote"

parents 4582ddc2 8779da48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static int cam_vfe_top_ver3_set_axi_bw_vote(
	for (cpashdl_type = 0; cpashdl_type < CAM_CPAS_HANDLE_MAX;
		cpashdl_type++) {

		if ((soc_private->cpas_version != CAM_CPAS_TITAN_480_V100)
		if ((soc_private->cpas_version != CAM_CPAS_TITAN_175_V120)
			&& cpashdl_type)
			continue;