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

Commit 8b1d9b7b authored by Xipeng Gu's avatar Xipeng Gu Committed by Gerrit - the friendly Code Review server
Browse files

clk: msm: mdss: fix incorrect log parameters



The pr_err log parameters is not accurate sequence,
make it right sequence.

Change-Id: I1838fa80ec3aa048bc60a5bf12a9cff76c62e1db
Signed-off-by: default avatarXipeng Gu <guxipeng@codeaurora.org>
parent 34f2473a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,7 +900,7 @@ int pll_vco_prepare_12nm(struct clk *c)
		rc = c->ops->set_rate(c, pll->vco_cached_rate);
		if (rc) {
			pr_err("index=%d vco_set_rate failed. rc=%d\n",
					rc, pll->index);
					pll->index, rc);
			goto error;
		}
	}