From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH 7/7] clk: rockchip: fix a typo for rockchip_rk3399_pll_set_params Date: Sat, 12 Mar 2016 17:45:09 +0100 Message-ID: <3768709.fnQSsPk3or@diego> References: <1457799871-3015-1-git-send-email-shawn.lin@rock-chips.com> <1457799962-3308-1-git-send-email-shawn.lin@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1457799962-3308-1-git-send-email-shawn.lin@rock-chips.com> Sender: linux-clk-owner@vger.kernel.org To: Shawn Lin Cc: Xing Zheng , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-rockchip.vger.kernel.org Hi Shawn, Am Sonntag, 13. M=E4rz 2016, 00:26:02 schrieb Shawn Lin: > --- a/drivers/clk/rockchip/clk-pll.c > +++ b/drivers/clk/rockchip/clk-pll.c > @@ -733,7 +733,7 @@ static int rockchip_rk3399_pll_set_params(struct > rockchip_clk_pll *pll, /* wait for the pll to lock */ > ret =3D rockchip_rk3399_pll_wait_lock(pll); > if (ret) { > - pr_warn("%s: pll update unsucessful, trying to restore old params\= n", > + pr_warn("%s: pll update unsuccessful, trying to restore old params= \n", > __func__); > rockchip_rk3399_pll_set_params(pll, &cur); > } I've folded that fix into the original pll addition [0] Thanks for catching that Heiko [0] https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.g= it/commit/?h=3Dv4.7-clk/next&id=3D95e0c473a0ac1bdac25f55678dc602eb50dae= 684