[SCSI] ibmvscsi: Remove redundant test on unsigned.
authorRoel Kluin <roel.kluin@gmail.com>
Sat, 2 May 2009 20:14:54 +0000 (22:14 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 23 May 2009 20:44:06 +0000 (15:44 -0500)
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/ibmvscsi/ibmvscsi.c

index c9aa7611e40824142534d21aa46fc4461936ba33..8d3925f6b5a17fd197e51e35ecf5072836df8732 100644 (file)
@@ -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.