linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: Yang Yingliang <yangyingliang@huawei.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] reset: lantiq: use devm_reset_controller_register()
Date: Mon, 07 Jun 2021 11:23:23 +0200	[thread overview]
Message-ID: <b3c26d2f29715bdd2771246b26b070fba1d457fe.camel@pengutronix.de> (raw)
In-Reply-To: <20210517032648.2969609-1-yangyingliang@huawei.com>

On Mon, 2021-05-17 at 11:26 +0800, Yang Yingliang wrote:
> Use devm_reset_controller_register() for the reset controller
> registration.
> 
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
>  drivers/reset/reset-lantiq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/reset/reset-lantiq.c b/drivers/reset/reset-lantiq.c
> index ac41d093de13..b936cfe85641 100644
> --- a/drivers/reset/reset-lantiq.c
> +++ b/drivers/reset/reset-lantiq.c
> @@ -186,7 +186,7 @@ static int lantiq_rcu_reset_probe(struct platform_device *pdev)
>  	priv->rcdev.of_xlate = lantiq_rcu_reset_xlate;
>  	priv->rcdev.of_reset_n_cells = 2;
>  
> -	return reset_controller_register(&priv->rcdev);
> +	return devm_reset_controller_register(&pdev->dev, &priv->rcdev);
>  }
>  
>  static const struct of_device_id lantiq_rcu_reset_dt_ids[] = {

Thank you, applied to reset/next.

regards
Philipp

      reply	other threads:[~2021-06-07  9:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17  3:26 [PATCH -next] reset: lantiq: use devm_reset_controller_register() Yang Yingliang
2021-06-07  9:23 ` Philipp Zabel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3c26d2f29715bdd2771246b26b070fba1d457fe.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yangyingliang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).