From: Allan Stephens Date: Fri, 31 Dec 2010 18:59:30 +0000 (+0000) Subject: tipc: remove pointless check for NULL prior to kfree X-Git-Tag: v2.6.38-rc1~476^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83504f72456809cdbdbc91700d3ba6370c9da1c;p=pandora-kernel.git tipc: remove pointless check for NULL prior to kfree It is acceptable to call kfree() with NULL, so these checks are not serving any useful purpose. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed