[IPV4]: Remove ifa != NULL check.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 04:44:27 +0000 (20:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 04:44:27 +0000 (20:44 -0800)
commita337499f660ff70a12cea6607b9a64d7420e32dc
tree94b0a5b6cb4a5f7ef08d2b32d74f29adae5e978a
parent2335f8ec27e125208d8d2d3e257a82862c4977d6
[IPV4]: Remove ifa != NULL check.

This is a callback registered to inet address notifier chain.
The check is useless as:
- ifa 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>
drivers/net/via-velocity.c