提交 159ac073 编写于 作者: P Paul Mundt

sh: pfc: Error out on pinctrl init resolution failure.

pinctrl support is required for correct operation, failure to locate
the init routine is fatal.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 a2d3afff
......@@ -536,6 +536,9 @@ int register_sh_pfc(struct sh_pfc *pfc)
if (unlikely(ret != 0))
goto err;
} else {
pr_err("failed to initialize pinctrl bindings\n");
goto err;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册