projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304c92e
)
pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
author
Chen-Yu Tsai
<wens@csie.org>
Wed, 1 Feb 2017 16:02:09 +0000
(
00:02
+0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 6 Feb 2017 10:08:07 +0000
(11:08 +0100)
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>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sunxi/pinctrl-sun5i.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/sunxi/pinctrl-sun5i.c
b/drivers/pinctrl/sunxi/pinctrl-sun5i.c
index
c8a9432
..
c7d44ee
100644
(file)
--- 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);
}