Re: [PATCH 11/14] lpfc: Fix NULL pointer reference when resetting adapter

2018-04-09 Thread Hannes Reinecke
On Sat, 7 Apr 2018 11:30:23 -0700 James Smart wrote: > Points referencing local port structures didn't accommodate cases > where the localport may not be registered yet. > > Add NULL pointer checks to logic. > > Signed-off-by: Dick Kennedy >

[PATCH 11/14] lpfc: Fix NULL pointer reference when resetting adapter

2018-04-07 Thread James Smart
Points referencing local port structures didn't accommodate cases where the localport may not be registered yet. Add NULL pointer checks to logic. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_nvme.c | 36