From: Adrian Bunk Date: Tue, 21 Mar 2006 07:00:29 +0000 (-0800) Subject: [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking X-Git-Tag: v2.6.17-rc1~1175^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3400112794724d9bdc3de6e1ce1475b726e6ca7d;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed