提交 8e31d19b 编写于 作者: S Sachin Kamat 提交者: Mike Turquette

clk: samsung: Remove unneeded semicolon

Semicolon not needed after switch statement.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NMike Turquette <mturquette@linaro.org>
上级 051c8d0b
......@@ -375,7 +375,7 @@ static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
break;
default:
break;
};
}
/* Set new configuration. */
__raw_writel(con1, pll->con_reg + 0x4);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册