Explorar o código

IB/iser: Remove redundant assignment

We clear the struct before - no need to do 0 assignment.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Sagi Grimberg %!s(int64=11) %!d(string=hai) anos
pai
achega
6f5f8a016e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/infiniband/ulp/iser/iser_memory.c

+ 0 - 1
drivers/infiniband/ulp/iser/iser_memory.c

@@ -510,7 +510,6 @@ iser_set_prot_checks(struct scsi_cmnd *sc, u8 *mask)
 {
 	switch (scsi_get_prot_type(sc)) {
 	case SCSI_PROT_DIF_TYPE0:
-		*mask = 0x0;
 		break;
 	case SCSI_PROT_DIF_TYPE1:
 	case SCSI_PROT_DIF_TYPE2: