From: Gerrit Renker Date: Thu, 4 Oct 2007 21:41:55 +0000 (-0700) Subject: [CCID2]: Remove redundant BUG_ON X-Git-Tag: v2.6.24-rc1~1454^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee196c2186d24d82088c94962598470e5abc081f;p=pandora-kernel.git [CCID2]: Remove redundant BUG_ON This removes a test for `val < 1' which would only have been triggered when val < 0, due to a preceding test for 0. Fixed by using an unsigned type for cwnd (as in TCP) instead. Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed