Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: dongas86@gmail.com (Dong Aisheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] clk: remove invalid __clk_set_parent comment in __clk_core_init
Date: Tue, 23 Jan 2018 20:52:53 +0800	[thread overview]
Message-ID: <20180123125253.GB16865@b29396-OptiPlex-7040> (raw)
In-Reply-To: <1513936041-13010-1-git-send-email-aisheng.dong@nxp.com>

On Fri, Dec 22, 2017 at 05:47:21PM +0800, Dong Aisheng wrote:
> Those comments are invalid anymore. So remove them.
> 
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

Ping

Regards
Dong Aisheng

> ---
>  drivers/clk/clk.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index d6e2d5c..4675adf 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -2927,10 +2927,6 @@ static int __clk_core_init(struct clk_core *core)
>  		struct clk_core *parent = __clk_init_parent(orphan);
>  		unsigned long flags;
>  
> -		/*
> -		 * we could call __clk_set_parent, but that would result in a
> -		 * redundant call to the .set_rate op, if it exists
> -		 */
>  		if (parent) {
>  			/* update the clk tree topology */
>  			flags = clk_enable_lock();
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-clk" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2018-01-23 12:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22  9:47 [PATCH 1/1] clk: remove invalid __clk_set_parent comment in __clk_core_init Dong Aisheng
2018-01-23 12:52 ` Dong Aisheng [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=20180123125253.GB16865@b29396-OptiPlex-7040 \
    --to=dongas86@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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