From: Allan Stephens Date: Wed, 16 Apr 2008 02:01:43 +0000 (-0700) Subject: [TIPC]: Remove redundant NULL check when discarding buffers X-Git-Tag: v2.6.26-rc1~1138^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ecede7874efb9c31184b49090fc6d9bb17f9f6;p=pandora-kernel.git [TIPC]: Remove redundant NULL check when discarding buffers This patch eliminates a null pointer check when discarding a TIPC message buffer, since kfree_skb() already handles this situation. Acknowledgements to Florian Westphal (fw@strlen.de> for suggesting this enhancement. Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed