From: Dan Carpenter Date: Tue, 18 Jun 2013 07:27:38 +0000 (+0300) Subject: RDMA/cxgb3: Timeout condition is never true X-Git-Tag: v3.11-rc1~16^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bfd4706268c85c9d17ca2fd48de3b19c9d40db;p=pandora-kernel.git 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 Acked-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed