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

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

Merge "disp: msm: sde: fix clk_array index during prepare fail"

parents 83c8850b 5679e60d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -457,8 +457,7 @@ int msm_dss_enable_clk(struct dss_clk *clk_arry, int num_clk, int enable)
			}

			if (rc) {
				msm_dss_enable_clk(&clk_arry[i],
					i, false);
				msm_dss_enable_clk(clk_arry, i, false);
				break;
			}
		}