RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functions
authorSteve Wise <swise@opengridcomputing.com>
Fri, 10 Sep 2010 16:14:58 +0000 (11:14 -0500)
committerRoland Dreier <rolandd@cisco.com>
Tue, 28 Sep 2010 17:46:31 +0000 (10:46 -0700)
The cxgb4_*_send() functions return NET_XMIT_ values, which are
positive integers or negative errno values.  So don't treat positive
return values as an error.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found