Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289899
b: refs/heads/master
c: 22b6a2e
h: refs/heads/master
i:
  289897: 9b95abe
  289895: 3679ec1
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Feb 5, 2012
1 parent 3f88a75 commit 10fa1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bce60806de882cf15ad3a80a51e9878863a8fced
refs/heads/master: 22b6a2eb902985961e6b41b923988a92a4523267
3 changes: 1 addition & 2 deletions trunk/net/decnet/dn_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,11 +724,10 @@ static int dn_output(struct sk_buff *skb)
struct dn_route *rt = (struct dn_route *)dst;
struct net_device *dev = dst->dev;
struct dn_skb_cb *cb = DN_SKB_CB(skb);
struct neighbour *neigh;

int err = -EINVAL;

if ((neigh = dst_get_neighbour_noref(dst)) == NULL)
if (dst_get_neighbour_noref(dst) == NULL)
goto error;

skb->dev = dev;
Expand Down

0 comments on commit 10fa1f4

Please sign in to comment.