Skip to content
Commit dffe4f04 authored by Micah Gruber's avatar Micah Gruber Committed by David S. Miller
Browse files

[IPV6]: Remove unneeded pointer idev from addrconf_cleanup().



This trivial patch removes the unneeded pointer idev returned from
__in6_dev_get(), which is never used. The check for NULL can be simply
done by if (__in6_dev_get(dev) == NULL).

Signed-off-by: default avatarMicah Gruber <micah.gruber@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ed8b548c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment