[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20220929013758.36271C433D6@smtp.kernel.org>
Date: Wed, 28 Sep 2022 18:37:56 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Abel Vesa <abel.vesa@...aro.org>,
Peng Fan (OSS) <peng.fan@....nxp.com>
Cc: abelvesa@...nel.org, mturquette@...libre.com, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-imx@....com, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Peng Fan <peng.fan@....com>, kernel test robot <lkp@...el.com>
Subject: Re: [PATCH V3 2/8] clk: imx93: drop of_match_ptr
Quoting Abel Vesa (2022-09-02 11:31:06)
> On 22-08-30 11:31:31, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@....com>
> >
> > There is build warning when CONFIG_OF is not selected.
> > >> drivers/clk/imx/clk-imx93.c:324:34: warning: 'imx93_clk_of_match'
> > >> defined but not used [-Wunused-const-variable=]
> > 324 | static const struct of_device_id imx93_clk_of_match[] = {
> > | ^~~~~~~~~~~~~~~~~~
> >
> > The driver only support DT table, no sense to use of_match_ptr.
> >
> > Fixes: 24defbe194b6 ("clk: imx: add i.MX93 clk")
> > Reported-by: kernel test robot <lkp@...el.com>
> > Signed-off-by: Peng Fan <peng.fan@....com>
>
> Reviewed-by: Abel Vesa <abel.vesa@...aro.org>
>
> Stephen will you pick this patch?
Ok. Got it for fixes.
Powered by blists - more mailing lists