Re: [dpdk-dev] [PATCH] net/bnxt: do not use possibly NULL pointers

2021-06-07 Thread Ajit Khaparde
On Mon, May 24, 2021 at 2:00 AM Thierry Herbelot wrote: > > Check that pointers are valid before using them. > > Fixes: 7bc8e9a227ccb ("net/bnxt: support async link notification") > Cc: sta...@dpdk.org > Cc: Ajit Khaparde > Cc: Somnath Kotur > > Signed-off-by: Thierry Herbelot Modified the com

[dpdk-dev] [PATCH] net/bnxt: do not use possibly NULL pointers

2021-05-24 Thread Thierry Herbelot
Check that pointers are valid before using them. Fixes: 7bc8e9a227ccb ("net/bnxt: support async link notification") Cc: sta...@dpdk.org Cc: Ajit Khaparde Cc: Somnath Kotur Signed-off-by: Thierry Herbelot --- drivers/net/bnxt/bnxt_irq.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)