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

Commit 44f09f73 authored by Christof Schmitt's avatar Christof Schmitt Committed by James Bottomley
Browse files

[SCSI] zfcp: Remove useless assignment



Using a bitwise OR to not set anything at all is pointless so remove
the useless statement.

Reviewed-by: default avatarSwen Schillig <swen@vnet.ibm.com>
Signed-off-by: default avatarChristof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 2e261af8
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -832,7 +832,6 @@ int zfcp_fsf_status_read(struct zfcp_adapter *adapter)
	}
	}


	sbale = zfcp_qdio_sbale_req(req);
	sbale = zfcp_qdio_sbale_req(req);
	sbale[0].flags |= SBAL_FLAGS0_TYPE_STATUS;
	sbale[2].flags |= SBAL_FLAGS_LAST_ENTRY;
	sbale[2].flags |= SBAL_FLAGS_LAST_ENTRY;
	req->sbale_curr = 2;
	req->sbale_curr = 2;