Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout

From: Krzysztof Kozlowski
Date: Fri Sep 11 2020 - 11:37:04 EST


On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote:
> On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote:
> > The at91sam9g45_pcr_layout is not used so drop it to fix build warning:
> >
> > drivers/clk/at91/at91sam9g45.c:49:36: warning:
> > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=]
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Acked-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
>
> > ---
> > drivers/clk/at91/at91sam9g45.c | 7 -------
> > 1 file changed, 7 deletions(-)
> >

Hi Stephen,

If the dev_err_probe() waits/skips/goes to /dev/null, then how about the
fixes in the series? This patch and few other?

Best regards,
Krzysztof