RDMA/cxgb3: Clean up signed check of unsigned variable
authorDan Carpenter <error27@gmail.com>
Mon, 19 Jul 2010 20:30:14 +0000 (20:30 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 21 Jul 2010 17:57:25 +0000 (10:57 -0700)
Q_FREECNT() returns the number of spaces free.  This should never be a
negative amount.  Also the num_wrs is an unsigned int so it can never
be less than zero.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found