[PATCH] mailbox: imx: Fix duplicate field initialization in imx
Wan Jiabing
wanjiabing at vivo.com
Tue Apr 26 20:39:08 PDT 2022
On Wed, Mar 16, 2022 at 02:03:49AM +0000, Peng Fan wrote:
> > Subject: [PATCH] mailbox: imx: Fix duplicate field initialization in imx
> >
> > Fix the following coccicheck warning:
> > ./drivers/mailbox/imx-mailbox.c:884:51-52: rxdb: first occurrence line 887,
> > second occurrence line 889
> >
> > Fixes: 315d2e562418 ("mailbox: imx: introduce rxdb callback")
> > Signed-off-by: Wan Jiabing <wanjiabing at vivo.com>
>
> Reviewed-by: Peng Fan <peng.fan at nxp.com>
>
> > ---
> > drivers/mailbox/imx-mailbox.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/mailbox/imx-mailbox.c b/drivers/mailbox/imx-mailbox.c
> > index e88f544a1548..df8a785be324 100644
> > --- a/drivers/mailbox/imx-mailbox.c
> > +++ b/drivers/mailbox/imx-mailbox.c
> > @@ -886,7 +886,6 @@ static const struct imx_mu_dcfg imx_mu_cfg_imx8ulp
> > = {
> > .rx = imx_mu_generic_rx,
> > .rxdb = imx_mu_generic_rxdb,
> > .init = imx_mu_init_generic,
> > - .rxdb = imx_mu_generic_rxdb,
> > .type = IMX_MU_V2,
> > .xTR = 0x200,
> > .xRR = 0x280,
> > --
> > 2.35.1
>
Hi, all
I notice the status of this patch hasn't been updated for
a long time.
Could someone pick it up to avoid warning again?
[0] https://lore.kernel.org/all/20220403145304.685443-1-trix@redhat.com/
Thanks,
Wan Jiabing
More information about the linux-arm-kernel
mailing list