linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mailbox: imx: Fix duplicate field initialization in imx
@ 2022-03-16  1:41 Wan Jiabing
  2022-03-16  2:03 ` Peng Fan
  0 siblings, 1 reply; 3+ messages in thread
From: Wan Jiabing @ 2022-03-16  1:41 UTC (permalink / raw)
  To: Jassi Brar, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Peng Fan, linux-kernel,
	linux-arm-kernel
  Cc: kael_w, Wan Jiabing

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@vivo.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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-27  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  1:41 [PATCH] mailbox: imx: Fix duplicate field initialization in imx Wan Jiabing
2022-03-16  2:03 ` Peng Fan
2022-04-27  3:39   ` Wan Jiabing

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).