提交 c2584927 编写于 作者: T Tony Lindgren 提交者: Linus Walleij

pinctrl: single: Remove invalid message

Pinctrl single should just show how many pins were found, the physical
address is already in the dev information. So let's remove the wrong
information that claims to show the physical address but really prints
a virtual address that is now hashed.
Signed-off-by: NTony Lindgren <tony@atomide.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 723dd2f0
...@@ -1774,8 +1774,7 @@ static int pcs_probe(struct platform_device *pdev) ...@@ -1774,8 +1774,7 @@ static int pcs_probe(struct platform_device *pdev)
dev_warn(pcs->dev, "initialized with no interrupts\n"); dev_warn(pcs->dev, "initialized with no interrupts\n");
} }
dev_info(pcs->dev, "%i pins at pa %p size %u\n", dev_info(pcs->dev, "%i pins, size %u\n", pcs->desc.npins, pcs->size);
pcs->desc.npins, pcs->base, pcs->size);
return pinctrl_enable(pcs->pctl); return pinctrl_enable(pcs->pctl);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册