Re: [PATCH v2] common/cnxk: fix incorrect error checking

2022-01-23 Thread Jerin Jacob
On Sat, Jan 22, 2022 at 12:20 PM Weiguo Li wrote: > > Fixes: 804c108b039a ("common/cnxk: set BPHY IRQ handler") Cc: sta...@dpdk.org > Signed-off-by: Weiguo Li > --- Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks > drivers/common/cnxk/roc_bphy_irq.c | 2 +- > 1 fi

[PATCH v2] common/cnxk: fix incorrect error checking

2022-01-21 Thread Weiguo Li
Fixes: 804c108b039a ("common/cnxk: set BPHY IRQ handler") Signed-off-by: Weiguo Li --- drivers/common/cnxk/roc_bphy_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/common/cnxk/roc_bphy_irq.c b/drivers/common/cnxk/roc_bphy_irq.c index f4e9b341af..f4954d2a28 1006