]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/infiniband/hw/nes/nes_cm.c
net-next: remove useless union keyword
[mirror_ubuntu-bionic-kernel.git] / drivers / infiniband / hw / nes / nes_cm.c
index 986d6f32ddedf8ac0d225aca4a61321469f1d3a1..d876d0435cd4b30316d7e6cdd3976bf2a6db52a0 100644 (file)
@@ -1146,7 +1146,7 @@ static int nes_addr_resolve_neigh(struct nes_vnic *nesvnic, u32 dst_ip, int arpi
        }
 
        if ((neigh == NULL) || (!(neigh->nud_state & NUD_VALID)))
-               neigh_event_send(rt->u.dst.neighbour, NULL);
+               neigh_event_send(rt->dst.neighbour, NULL);
 
        ip_rt_put(rt);
        return rc;