Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753442AbcCLQpd (ORCPT ); Sat, 12 Mar 2016 11:45:33 -0500 Received: from gloria.sntech.de ([95.129.55.99]:57911 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750887AbcCLQpX convert rfc822-to-8bit (ORCPT ); Sat, 12 Mar 2016 11:45:23 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= 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 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> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1457799962-3308-1-git-send-email-shawn.lin@rock-chips.com> 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-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 787 Lines: 22 Hi Shawn, Am Sonntag, 13. M?rz 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 = 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.git/commit/?h=v4.7-clk/next&id=95e0c473a0ac1bdac25f55678dc602eb50dae684