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

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

Merge "msm: camera: isp: Initialize the isp clock index before enable"

parents 0267b3cf bb91db92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2561,6 +2561,7 @@ int msm_vfe47_get_clks(struct vfe_device *vfe_dev)
	if (rc)
		return rc;

	vfe_dev->num_norm_clk = vfe_dev->num_clk;
	for (i = 0; i < vfe_dev->num_clk; i++) {
		if (strcmp(vfe_dev->vfe_clk_info[i].clk_name,
				"camss_vfe_stream_clk") == 0) {