From: Gerrit Renker Date: Mon, 27 Feb 2012 19:29:44 +0000 (-0700) Subject: dccp ccid-3: replace incorrect BUG_ON X-Git-Tag: v3.4-rc1~177^2~152^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793734b587a670e47a8d65f9e5211ba2188bb904;p=pandora-kernel.git dccp ccid-3: replace incorrect BUG_ON This replaces an unjustified BUG_ON(), which could get triggered under normal conditions: X_calc can be 0 when p > 0. X would in this case be set to the minimum, s/t_mbi. Its replacement avoids t_ipi = 0 (unbounded sending rate). Thanks to Jordi, Victor and Xavier who reported this. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald --- Reading git-diff-tree failed