1
0
Fork 0

scsi: ibmvscsis: Fixed unused variable

[mkp: applied by hand]

Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
steinar/wifi_calib_4_9_kernel
Bryant G. Ly 2016-09-16 09:25:56 -05:00 committed by Martin K. Petersen
parent 7bc2b55a5c
commit 96c11dd2f0
1 changed files with 0 additions and 3 deletions

View File

@ -3186,9 +3186,6 @@ static int ibmvscsis_rdma(struct ibmvscsis_cmd *cmd, struct scatterlist *sg,
vscsi->dds.window[LOCAL].liobn,
server_ioba);
} else {
/* write to client */
struct srp_cmd *srp = (struct srp_cmd *)iue->sbuf->buf;
/* The h_copy_rdma will cause phyp, running in another
* partition, to read memory, so we need to make sure
* the data has been written out, hence these syncs.