rdma: fix pending packets check on tx 42/22242/2
authorBenoît Ganne <bganne@cisco.com>
Tue, 27 Aug 2019 08:58:59 +0000 (10:58 +0200)
committerDamjan Marion <dmarion@me.com>
Wed, 25 Sep 2019 22:08:43 +0000 (22:08 +0000)
commit53616f5caf2e968132ae0662413bcdd227959ad1
tree78d15700c62c64deaf2e17f40fb452f746c816df
parent4fffc536f4beb6b7cc3c68835f4fbde45366a9ab
rdma: fix pending packets check on tx

Fix coverity CID 203636: Control flow issues  (NO_EFFECT).
This greater-than-or-equal-to-zero comparison of an unsigned value is
always true. "n_left_from >= 0U".

Type: fix
Fixes: e7e8bf37f100b20acb99957572f1796f648c2853

Change-Id: Ibbf8c82defb12d6d532345eea657d5f300e6a514
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/rdma/output.c