[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5554257.DvuYhMxLoT@kista>
Date: Wed, 06 Apr 2022 22:46:23 +0200
From: Jernej Škrabec <jernej.skrabec@...il.com>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
Samuel Holland <samuel@...lland.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-sunxi@...ts.linux.dev, linux-kernel@...r.kernel.org,
Wan Jiabing <wanjiabing@...o.com>
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: Re: Re: [PATCH] clk: sunxi-ng: fix not NULL terminated coccicheck error
Dne ponedeljek, 28. marec 2022 ob 18:57:28 CEST je Jernej Škrabec napisal(a):
> Dne ponedeljek, 28. marec 2022 ob 09:39:31 CEST je Wan Jiabing napisal(a):
> > Fix the following coccicheck error:
> > ./drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:348:1-2: sun6i_rtc_ccu_match is
> > not NULL terminated at line 348
> >
> > Fixes: d91612d7f01a ("clk: sunxi-ng: Add support for the sun6i RTC
clocks")
> > Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
>
> Reviewed-by: Jernej Skrabec <jernej.skrabec@...il.com>
Applied to sunxi/fixes-for-5.18, thanks!
Best regards,
Jernej
>
> Best regards,
> Jernej
>
> > ---
> > drivers/clk/sunxi-ng/ccu-sun6i-rtc.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
> > b/drivers/clk/sunxi-ng/ccu-sun6i-rtc.c index 8a10bade7e0d..ffb72d9a9c36
> > 100644
> > --- a/drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
> > +++ b/drivers/clk/sunxi-ng/ccu-sun6i-rtc.c
> > @@ -346,6 +346,7 @@ static const struct of_device_id sun6i_rtc_ccu_match[]
=
> > { .compatible = "allwinner,sun50i-r329-rtc",
> > .data = &sun50i_r329_rtc_ccu_data,
> > },
> > + {},
> > };
> >
> > int sun6i_rtc_ccu_probe(struct device *dev, void __iomem *reg)
>
>
>
>
>
Powered by blists - more mailing lists