Dan Carpenter 21bfd47062 RDMA/cxgb3: Timeout condition is never true
This is a static checker fix.  "count" is unsigned so it's never -1.
Since "count" is 16 bits and the addition operation is implicitly
casted to int then there is no wrapping here.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2013-06-20 04:51:52 -07:00
..
2011-01-10 17:41:43 -08:00
2010-11-01 15:38:34 -04:00
2012-11-26 11:08:16 -08:00
2013-02-27 19:10:16 -08:00
2011-08-10 19:54:52 -07:00