public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Mike Turquette <mturquette@linaro.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [RESEND PATCH 1/3] clk: si5351: Constify clock names and struct regmap_config
Date: Fri, 27 Mar 2015 00:24:57 -0700	[thread overview]
Message-ID: <20150327072457.GC18059@codeaurora.org> (raw)
In-Reply-To: <CAMo8BfJenE68qquuxfJwuwFO6K6jYa6_Wff9pCfdd1+r8zbu7w@mail.gmail.com>

On 03/22, Max Filippov wrote:
> On Fri, Mar 20, 2015 at 2:34 PM, Krzysztof Kozlowski
> <k.kozlowski@samsung.com> wrote:
> > The regmap_config struct may be const because it is not modified by the
> > driver and regmap_init() accepts pointer to const.
> >
> > Replace doubled const in the arrays of clock names with proper const
> > pointer to const data. This fixes the warnings:
> >
> > drivers/clk/clk-si5351.c:71:25: warning: duplicate const
> > drivers/clk/clk-si5351.c:74:25: warning: duplicate const
> > drivers/clk/clk-si5351.c:77:25: warning: duplicate const
> > drivers/clk/clk-si5351.c:80:25: warning: duplicate const
> >
> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > ---
> >  drivers/clk/clk-si5351.c | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
> 

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

      reply	other threads:[~2015-03-27  7:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 11:34 [RESEND PATCH 1/3] clk: si5351: Constify clock names and struct regmap_config Krzysztof Kozlowski
2015-03-20 11:34 ` [RESEND PATCH 2/3] clk: si570: Constify " Krzysztof Kozlowski
2015-03-21 21:34   ` Max Filippov
2015-03-27  7:25     ` Stephen Boyd
2015-03-20 11:34 ` [RESEND PATCH 3/3] clk: cdce706: " Krzysztof Kozlowski
2015-03-21 21:33   ` Max Filippov
2015-03-27  7:25     ` Stephen Boyd
2015-03-21 21:38 ` [RESEND PATCH 1/3] clk: si5351: Constify clock names and " Max Filippov
2015-03-27  7:24   ` Stephen Boyd [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=20150327072457.GC18059@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=jcmvbkbc@gmail.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.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