提交 04378384 编写于 作者: P Philipp Zabel

reset: sti: add a missing blank line after declaration

This just fixes a checkpatch warning, no functional change.
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: NMaxime Coquelin <maxime.coquelin@st.com>
上级 9a4cc897
......@@ -103,7 +103,9 @@ static int syscfg_reset_deassert(struct reset_controller_dev *rcdev,
static int syscfg_reset_dev(struct reset_controller_dev *rcdev,
unsigned long idx)
{
int err = syscfg_reset_assert(rcdev, idx);
int err;
err = syscfg_reset_assert(rcdev, idx);
if (err)
return err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册