[PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
Subsystems:
arm/allwinner sunxi soc support , pin control subsystem , the rest
STALE3506d
3 messages,
3 authors,
2017-02-06 · open the first message on its own page
There is a stray printk call in the new sun5i pinctrl driver's probe
function.
Remove it.
Signed-off-by: Chen-Yu Tsai <redacted>
---
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
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 <redacted>
Acked-by: Maxime Ripard <redacted>
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170202/e55a7bd9/attachment.sig >
On Wed, Feb 1, 2017 at 5:02 PM, Chen-Yu Tsai [off-list ref] wrote:
There is a stray printk call in the new sun5i pinctrl driver's probe
function.
Remove it.
Signed-off-by: Chen-Yu Tsai <redacted>
Patch applied.
Yours,
Linus Walleij