提交 1fe57d67 编写于 作者: C Chen-Yu Tsai 提交者: Linus Walleij

pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function

There is a stray printk call in the new sun5i pinctrl driver's probe
function.

Remove it.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 304c92e8
......@@ -719,8 +719,6 @@ static int sun5i_pinctrl_probe(struct platform_device *pdev)
{
unsigned long variant = (unsigned long)of_device_get_match_data(&pdev->dev);
printk("prout\n");
return sunxi_pinctrl_init_with_variant(pdev, &sun5i_pinctrl_data,
variant);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册