Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571686
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function |
| Date | 2017-02-01 17:10 +0100 |
| Message-ID | <t65DQ-86Y-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
There is a stray printk call in the new sun5i pinctrl driver's probe
function.
Remove it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
drivers/pinctrl/sunxi/pinctrl-sun5i.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pinctrl/sunxi/pinctrl-sun5i.c b/drivers/pinctrl/sunxi/pinctrl-sun5i.c
index c8a94323ce8b..c7d44eeae704 100644
--- a/drivers/pinctrl/sunxi/pinctrl-sun5i.c
+++ b/drivers/pinctrl/sunxi/pinctrl-sun5i.c
@@ -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);
}
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function Chen-Yu Tsai <wens@csie.org> - 2017-02-01 17:10 +0100 Re: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-02 09:20 +0100 Re: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function Linus Walleij <linus.walleij@linaro.org> - 2017-02-06 11:10 +0100
csiph-web