RDMA/cxgb3: Remove a couple unneeded conditions
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Feb 2014 12:39:34 +0000 (15:39 +0300)
committerRoland Dreier <roland@purestorage.com>
Wed, 28 May 2014 17:04:00 +0000 (10:04 -0700)
commit3c735d481b9a507dccee63eeaf6aa6ffa2bccc67
treea1ef7dd01083c8d853a223a7324b3cf28a4e094c
parente4514cbd972786af67dd6c442c072685387e22a2
RDMA/cxgb3: Remove a couple unneeded conditions

We know that "reset_tpt_entry" is false on this side of the if else
statement so there is no need to check again.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb3/cxio_hal.c