diff options
| -rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index c8fb0b455f2a..5ac4f8d76b91 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
| @@ -7334,7 +7334,10 @@ int | |||
| 7334 | lpfc_send_rrq(struct lpfc_hba *phba, struct lpfc_node_rrq *rrq) | 7334 | lpfc_send_rrq(struct lpfc_hba *phba, struct lpfc_node_rrq *rrq) |
| 7335 | { | 7335 | { |
| 7336 | struct lpfc_nodelist *ndlp = lpfc_findnode_did(rrq->vport, | 7336 | struct lpfc_nodelist *ndlp = lpfc_findnode_did(rrq->vport, |
| 7337 | rrq->nlp_DID); | 7337 | rrq->nlp_DID); |
| 7338 | if (!ndlp) | ||
| 7339 | return 1; | ||
| 7340 | |||
| 7338 | if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) | 7341 | if (lpfc_test_rrq_active(phba, ndlp, rrq->xritag)) |
| 7339 | return lpfc_issue_els_rrq(rrq->vport, ndlp, | 7342 | return lpfc_issue_els_rrq(rrq->vport, ndlp, |
| 7340 | rrq->nlp_DID, rrq); | 7343 | rrq->nlp_DID, rrq); |
