Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571686 > unrolled thread

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

Started byChen-Yu Tsai <wens@csie.org>
First post2017-02-01 17:10 +0100
Last post2017-02-06 11:10 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1571686 — [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function

FromChen-Yu Tsai <wens@csie.org>
Date2017-02-01 17:10 +0100
Subject[PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
Message-ID<t65DQ-86Y-17@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1572185 — Re: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-02-02 09:20 +0100
SubjectRe: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
Message-ID<t6kMy-1hU-7@gated-at.bofh.it>
In reply to#1571686

[Multipart message — attachments visible in raw view] — view raw

On Thu, Feb 02, 2017 at 12:02:09AM +0800, Chen-Yu Tsai wrote:
> 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>

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [next] | [standalone]


#1574521 — Re: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-02-06 11:10 +0100
SubjectRe: [PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
Message-ID<t7Opc-3AB-21@gated-at.bofh.it>
In reply to#1571686
On Wed, Feb 1, 2017 at 5:02 PM, Chen-Yu Tsai <wens@csie.org> wrote:

> 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>

Patch applied.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web