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

Commit 96c11dd2 authored by Bryant G. Ly's avatar Bryant G. Ly Committed by Martin K. Petersen
Browse files

scsi: ibmvscsis: Fixed unused variable

parent 7bc2b55a
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -3186,9 +3186,6 @@ static int ibmvscsis_rdma(struct ibmvscsis_cmd *cmd, struct scatterlist *sg,
					 vscsi->dds.window[LOCAL].liobn,
					 vscsi->dds.window[LOCAL].liobn,
					 server_ioba);
					 server_ioba);
		} else {
		} else {
			/* write to client */
			struct srp_cmd *srp = (struct srp_cmd *)iue->sbuf->buf;

			/* The h_copy_rdma will cause phyp, running in another
			/* The h_copy_rdma will cause phyp, running in another
			 * partition, to read memory, so we need to make sure
			 * partition, to read memory, so we need to make sure
			 * the data has been written out, hence these syncs.
			 * the data has been written out, hence these syncs.