clk: Remove unneeded semicolons
There are cleary typo errors so can be removed. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:

کامیت شده توسط
Stephen Boyd

والد
cb2eb7de38
کامیت
90c53547fc
@@ -165,7 +165,7 @@ void __init mvebu_coreclk_setup(struct device_node *np,
|
||||
clk_data.clks[2+n] = clk_register_fixed_factor(NULL, rclk_name,
|
||||
cpuclk_name, 0, mult, div);
|
||||
WARN_ON(IS_ERR(clk_data.clks[2+n]));
|
||||
};
|
||||
}
|
||||
|
||||
/* Register optional refclk */
|
||||
if (desc->get_refclk_freq) {
|
||||
|
مرجع در شماره جدید
Block a user