diff options
Diffstat (limited to 'net/atm/clip.c')
| -rw-r--r-- | net/atm/clip.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 313aba11316..95fdd118506 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -522,7 +522,7 @@ static int clip_setentry(struct atm_vcc *vcc, __be32 ip)  	error = ip_route_output_key(&init_net, &rt, &fl);  	if (error)  		return error; -	neigh = __neigh_lookup(&clip_tbl, &ip, rt->u.dst.dev, 1); +	neigh = __neigh_lookup(&clip_tbl, &ip, rt->dst.dev, 1);  	ip_rt_put(rt);  	if (!neigh)  		return -ENOMEM;  |