From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Alain Volmat <avolmat@me.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: Lee Jones <lee.jones@linaro.org>, <linux-clk@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 1/7] clk: st: clkgen-pll: remove unused variable of struct clkgen_pll
Date: Wed, 31 Mar 2021 18:07:23 +0200 [thread overview]
Message-ID: <81f857c4-8230-409b-ce73-a21326cd6ef0@foss.st.com> (raw)
In-Reply-To: <20210330205125.25708-2-avolmat@me.com>
Hi Alain
On 3/30/21 10:51 PM, Alain Volmat wrote:
> ODF field within the struct clkgen_pll is never used by the driver
> and can thus be removed.
>
> Signed-off-by: Alain Volmat <avolmat@me.com>
> ---
> v3: s/used/unused within the subject
>
> drivers/clk/st/clkgen-pll.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c
> index 119c5b33080c..f6c56ca90c7d 100644
> --- a/drivers/clk/st/clkgen-pll.c
> +++ b/drivers/clk/st/clkgen-pll.c
> @@ -146,7 +146,6 @@ struct clkgen_pll {
>
> u32 ndiv;
> u32 idf;
> - u32 odf;
> u32 cp;
> };
>
>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Thanks
next prev parent reply other threads:[~2021-03-31 16:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-30 20:51 [PATCH v3 0/7] clk: st: embed clock outputs within drivers Alain Volmat
2021-03-30 20:51 ` [PATCH v3 1/7] clk: st: clkgen-pll: remove unused variable of struct clkgen_pll Alain Volmat
2021-03-31 16:07 ` Patrice CHOTARD [this message]
2021-03-30 20:51 ` [PATCH v3 2/7] clk: st: flexgen: embed soc clock outputs within compatible data Alain Volmat
2021-03-31 16:06 ` Patrice CHOTARD
2021-03-30 20:51 ` [PATCH v3 3/7] dt-bindings: clock: st: flexgen: add new introduced compatible Alain Volmat
2021-03-30 20:51 ` [PATCH v3 4/7] clk: st: clkgen-pll: embed soc clock outputs within compatible data Alain Volmat
2021-03-31 16:08 ` Patrice CHOTARD
2021-03-30 20:51 ` [PATCH v3 5/7] dt-bindings: clock: st: clkgen-pll: add new introduced compatible Alain Volmat
2021-03-30 20:51 ` [PATCH v3 6/7] clk: st: clkgen-fsyn: embed soc clock outputs within compatible data Alain Volmat
2021-03-31 16:08 ` Patrice CHOTARD
2021-03-30 20:51 ` [PATCH v3 7/7] dt-bindings: clock: st: clkgen-fsyn: add new introduced compatible Alain Volmat
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=81f857c4-8230-409b-ce73-a21326cd6ef0@foss.st.com \
--to=patrice.chotard@foss.st.com \
--cc=avolmat@me.com \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.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;
as well as URLs for NNTP newsgroup(s).