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

Commit a05bdf16 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm: initialize local varibles in sde power module" into msm-4.8

parents 9735f6ed 8f727920
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -220,9 +220,9 @@ static int sde_power_parse_dt_clock(struct platform_device *pdev,
{
	u32 i = 0, rc = 0;
	const char *clock_name;
	u32 clock_rate;
	u32 clock_max_rate;
	int num_clk;
	u32 clock_rate = 0;
	u32 clock_max_rate = 0;
	int num_clk = 0;

	if (!pdev || !mp) {
		pr_err("invalid input param pdev:%pK mp:%pK\n", pdev, mp);