[STRIP]: Fix neighbour table refcount leak.
authorStephen Hemminger <shemminger@osdl.org>
Wed, 30 Aug 2006 04:18:45 +0000 (21:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 30 Aug 2006 04:22:19 +0000 (21:22 -0700)
Found by inspection. The STRIP driver does neigh_lookup() but never
releases.  This driver shouldn't being doing gratuitous arp anyway.

Untested, obviously, because of lack of hardware.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found