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

Commit 33461491 authored by Chad Dupuis's avatar Chad Dupuis Committed by James Bottomley
Browse files

qla2xxx: Increase the wait time for firmware to be ready for P3P.

parent 6cbfb1eb
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -2243,7 +2243,10 @@ qla2x00_fw_ready(scsi_qla_host_t *vha)


	rval = QLA_SUCCESS;
	rval = QLA_SUCCESS;


	/* 20 seconds for loop down. */
	/* Time to wait for loop down */
	if (IS_P3P_TYPE(ha))
		min_wait = 30;
	else
		min_wait = 20;
		min_wait = 20;


	/*
	/*