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

Commit 8d7d7775 authored by Darren Trapp's avatar Darren Trapp Committed by Martin K. Petersen
Browse files

scsi: qla2xxx: Restore ZIO threshold setting

parent 723c7e39
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -478,11 +478,6 @@ static int qla2x00_start_nvme_mq(srb_t *sp)
	/* Set chip new ring index. */
	/* Set chip new ring index. */
	WRT_REG_DWORD(req->req_q_in, req->ring_index);
	WRT_REG_DWORD(req->req_q_in, req->ring_index);


	/* Manage unprocessed RIO/ZIO commands in response queue. */
	if (vha->flags.process_response_queue &&
	    rsp->ring_ptr->signature != RESPONSE_PROCESSED)
		qla24xx_process_response_queue(vha, rsp);

queuing_error:
queuing_error:
	spin_unlock_irqrestore(&qpair->qp_lock, flags);
	spin_unlock_irqrestore(&qpair->qp_lock, flags);
	return rval;
	return rval;