From: Gerrit Renker Date: Mon, 27 Nov 2006 14:22:48 +0000 (-0200) Subject: [DCCP] ccid3: Simplify control flow in the calculation of t_ipi X-Git-Tag: v2.6.20-rc2~6^2~13^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c2d6367b04fd5ba98a5f9846b5fb870423968a;p=pandora-kernel.git [DCCP] ccid3: Simplify control flow in the calculation of t_ipi This patch performs a simplifying (performance) optimisation: In each call of the inline function ccid3_calc_new_t_ipi(), the state is tested against TFRC_SSTATE_NO_FBACK. This is expensive when the function is called very often. A simpler solution, implemented by this patch, is to adapt the control flow. Background: --- Reading git-diff-tree failed