patch-2.4.15 linux/net/decnet/dn_route.c

Next file: linux/net/decnet/sysctl_net_decnet.c
Previous file: linux/net/decnet/dn_nsp_in.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/net/decnet/dn_route.c linux/net/decnet/dn_route.c
@@ -638,8 +638,8 @@
 {
 	struct dn_skb_cb *cb = DN_SKB_CB(skb);
 	struct dst_entry *dst = skb->dst;
-	struct net_device *dev = skb->dev;
 	struct neighbour *neigh;
+	struct net_device *dev = skb->dev;
 	int err = -EINVAL;
 
 	if ((neigh = dst->neighbour) == NULL)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)