From: Dan Carpenter Date: Mon, 29 Jul 2013 19:15:19 +0000 (+0300) Subject: net: remove an unneeded check X-Git-Tag: v3.12-rc1~132^2~418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4299c8a94fa9d26b54222d7781244137623d4b39;p=pandora-kernel.git net: remove an unneeded check "ifa->ifa_label" is an array inside the in_ifaddr struct. It can never be NULL so we can remove this check. Signed-off-by: Dan Carpenter Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed