Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94661504 authored by James Smart's avatar James Smart Committed by James Bottomley
Browse files

[SCSI] lpfc 8.3.38: Fixed PT2PT bring up problem for FC SLI4.

parent e5771b4d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -691,11 +691,13 @@ lpfc_work_done(struct lpfc_hba *phba)
			/* Set the lpfc data pending flag */
			set_bit(LPFC_DATA_READY, &phba->data_flags);
		} else {
			if (phba->link_state >= LPFC_LINK_UP) {
				pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
				lpfc_sli_handle_slow_ring_event(phba, pring,
								(status &
								HA_RXMASK));
			}
		}
		if ((phba->sli_rev == LPFC_SLI_REV4) &
				 (!list_empty(&pring->txq)))
			lpfc_drain_txq(phba);