From: Denis V. Lunev Date: Fri, 29 Feb 2008 04:45:00 +0000 (-0800) Subject: [IPV4]: Remove check for ifa->ifa_dev != NULL. X-Git-Tag: v2.6.26-rc1~1138^2~571 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5811769c788edbf379c8b3fc65f62394d52df748;p=pandora-kernel.git [IPV4]: Remove check for ifa->ifa_dev != NULL. This is a callback registered to inet address notifier chain. The check is useless as: - ifa->ifa_dev is always != NULL - similar checks are abscent in all other notifiers. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed