[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)
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>

No differences found