[IPV4]: Remove check for ifa->ifa_dev != NULL.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 04:45:00 +0000 (20:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 04:45:00 +0000 (20:45 -0800)
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 <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found