On Thu, Jul 08, 2021 at 02:35:21PM -0700, Tatyana Nikolova wrote: > Fix a coverity warning about NULL pointer dereference: > >> Dereferencing "vsi", which is known to be "NULL". > > Reported-by: coverity-bot <keescook+coverity-bot@xxxxxxxxxxxx> > Addresses-Coverity-ID: 1505164 ("Null pointer dereferences") > Fixes: 8498a30e1b94 ("RDMA/irdma: Register auxiliary driver and implement private channel OPs") > Signed-off-by: Mustafa Ismail <mustafa.ismail@xxxxxxxxx> > Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/main.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Applied to for-rc, thanks Jason