提交 fc6d875e 编写于 作者: S Shawn Lin 提交者: Heiko Stuebner

clk: rockchip: fix coding style for clk-cpu.c

Fix the issue reported by checkpatch:
ERROR: space prohibited before that ',' (ctx:WxW)
+               writel(clksel->val , cpuclk->reg_base + clksel->reg);
Signed-off-by: NShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 022dce0b
...@@ -116,7 +116,7 @@ static void rockchip_cpuclk_set_dividers(struct rockchip_cpuclk *cpuclk, ...@@ -116,7 +116,7 @@ static void rockchip_cpuclk_set_dividers(struct rockchip_cpuclk *cpuclk,
pr_debug("%s: setting reg 0x%x to 0x%x\n", pr_debug("%s: setting reg 0x%x to 0x%x\n",
__func__, clksel->reg, clksel->val); __func__, clksel->reg, clksel->val);
writel(clksel->val , cpuclk->reg_base + clksel->reg); writel(clksel->val, cpuclk->reg_base + clksel->reg);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册