RDMA/ocrdma: Fix check of GSI CQs
authorRoland Dreier <roland@purestorage.com>
Fri, 27 Jul 2012 20:14:44 +0000 (13:14 -0700)
committerRoland Dreier <roland@purestorage.com>
Fri, 27 Jul 2012 20:14:44 +0000 (13:14 -0700)
It looks like one check was accidentally duplicated, and the other 3
checks were left out.  This was detected by scripts/coccinelle/tests/doubletest.cocci:

    drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:895:6-54: duplicated argument to && or ||

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found