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

Commit 16b3858e authored by Roel Kluin's avatar Roel Kluin Committed by James Bottomley
Browse files

[SCSI] ibmvscsi: Remove redundant test on unsigned.



Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Acked by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 1da2019f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -910,9 +910,6 @@ static void login_rsp(struct srp_event_struct *evt_struct)

	dev_info(hostdata->dev, "SRP_LOGIN succeeded\n");

	if (evt_struct->xfer_iu->srp.login_rsp.req_lim_delta < 0)
		dev_err(hostdata->dev, "Invalid request_limit.\n");

	/* Now we know what the real request-limit is.
	 * This value is set rather than added to request_limit because
	 * request_limit could have been set to -1 by this client.