Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1356480
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 7/7] clk: rockchip: fix a typo for rockchip_rk3399_pll_set_params |
| Date | 2016-03-12 17:50 +0100 |
| Message-ID | <rbUTM-xN-19@gated-at.bofh.it> (permalink) |
| References | <rbUK6-tV-7@gated-at.bofh.it> <rbUK6-tV-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] Some trivial patches for rockchip clk stuff Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
[PATCH 4/7] clk: rockchip: release io resource when rk3188_common_clk_init failed Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
[PATCH 5/7] clk: rockchip: release io resource when rk3368_clk_init failed Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
[PATCH 3/7] clk: rockchip: release io resource when rk3036_clk_init failed Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
Re: [PATCH 3/7] clk: rockchip: release io resource when rk3036_clk_init failed Heiko Stübner <heiko@sntech.de> - 2016-03-12 17:50 +0100
Re: [PATCH 3/7] clk: rockchip: release io resource when rk3036_clk_init failed Shawn Lin <shawn.lin@kernel-upstream.org> - 2016-03-13 03:00 +0100
[PATCH 1/7] clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_data Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
Re: [PATCH 1/7] clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_data Heiko Stuebner <heiko@sntech.de> - 2016-03-14 01:20 +0100
[PATCH 7/7] clk: rockchip: fix a typo for rockchip_rk3399_pll_set_params Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
Re: [PATCH 7/7] clk: rockchip: fix a typo for rockchip_rk3399_pll_set_params Heiko Stübner <heiko@sntech.de> - 2016-03-12 17:50 +0100
[PATCH 2/7] clk: rockchip: fix warning reported by kernel-doc Shawn Lin <shawn.lin@rock-chips.com> - 2016-03-12 17:40 +0100
Re: [PATCH 2/7] clk: rockchip: fix warning reported by kernel-doc Heiko Stuebner <heiko@sntech.de> - 2016-03-14 01:30 +0100
csiph-web