[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking
authorAdrian Bunk <bunk@stusta.de>
Tue, 21 Mar 2006 07:00:29 +0000 (23:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 07:00:29 +0000 (23:00 -0800)
commit3400112794724d9bdc3de6e1ce1475b726e6ca7d
treedcf7dd0027f0cae9a974c250436f75c769801978
parent81789ef5c9a435fbf94224987efe6fbb97ffab09
[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking

The Coverity checker noted this inconsequent NULL checking in
dnrt_drop().

Since all callers ensure that NULL isn't passed, we can simply remove
the check.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_route.c