On 24/02/2016 14:16, Laxman Dewangan wrote: > Use devm_pinctrl_register() for pin control registration. > > Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx> Acked-by: John Crispin <blogic@xxxxxxxxxxx> > --- > drivers/pinctrl/pinctrl-lantiq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/pinctrl-lantiq.c b/drivers/pinctrl/pinctrl-lantiq.c > index fc38a85..a4d6474 100644 > --- a/drivers/pinctrl/pinctrl-lantiq.c > +++ b/drivers/pinctrl/pinctrl-lantiq.c > @@ -336,7 +336,7 @@ int ltq_pinctrl_register(struct platform_device *pdev, > desc->pmxops = <q_pmx_ops; > info->dev = &pdev->dev; > > - info->pctrl = pinctrl_register(desc, &pdev->dev, info); > + info->pctrl = devm_pinctrl_register(&pdev->dev, desc, info); > if (IS_ERR(info->pctrl)) { > dev_err(&pdev->dev, "failed to register LTQ pinmux driver\n"); > return PTR_ERR(info->pctrl); > -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html