From: Herbert Xu Date: Tue, 26 May 2009 18:50:28 +0000 (+0000) Subject: gro: Avoid unnecessary comparison after skb_gro_header X-Git-Tag: v2.6.31-rc1~330^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b1cf288d4200506ab62fbb86cc81ace948a306;p=pandora-kernel.git gro: Avoid unnecessary comparison after skb_gro_header For the overwhelming majority of cases, skb_gro_header's return value cannot be NULL. Yet we must check it because of its current form. This patch splits it up into multiple functions in order to avoid this. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed