On 24/02/2016 14:16, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration.
> 
> Signed-off-by: Laxman Dewangan <ldewan...@nvidia.com>

Acked-by: John Crispin <blo...@openwrt.org>




> ---
>  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 = &ltq_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);
> 

Reply via email to