aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-10-18 11:31:12 -0400
committerStephen Boyd <sboyd@codeaurora.org>2015-10-19 18:29:09 -0400
commitb30c64508b4131ceacc4b8fd9f01a78e1b1794bf (patch)
treec58704feaef8fc149e92d97a7656c0fd4ff230d9
parent61e22fff6475448b8e9d3e45f0bab40bae761c96 (diff)
clk: keystone: fix a trivial typo
s/regsiter/register/ Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/keystone/pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/keystone/pll.c b/drivers/clk/keystone/pll.c
index 3f553d0ae0b5..a26ba2184454 100644
--- a/drivers/clk/keystone/pll.c
+++ b/drivers/clk/keystone/pll.c
@@ -157,7 +157,7 @@ out:
157 * _of_clk_init - PLL initialisation via DT 157 * _of_clk_init - PLL initialisation via DT
158 * @node: device tree node for this clock 158 * @node: device tree node for this clock
159 * @pllctrl: If true, lower 6 bits of multiplier is in pllm register of 159 * @pllctrl: If true, lower 6 bits of multiplier is in pllm register of
160 * pll controller, else it is in the control regsiter0(bit 11-6) 160 * pll controller, else it is in the control register0(bit 11-6)
161 */ 161 */
162static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) 162static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl)
163{ 163{