Commit a346f28a authored by Changcheng Deng's avatar Changcheng Deng Committed by Martin K. Petersen
Browse files

scsi: lpfc: Remove unneeded variable

parent 671a52f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3707,7 +3707,6 @@ lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
			  struct lpfc_iocbq *saveq)
{
	struct lpfc_iocbq *cmdiocbp;
	int rc = 1;
	unsigned long iflag;
	u32 ulp_command, ulp_status, ulp_word4, ulp_context, iotag;
@@ -3847,7 +3846,7 @@ lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
		}
	}
	return rc;
	return 1;
}
/**