Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72938
b: refs/heads/master
c: 6cf92e9
h: refs/heads/master
v: v3
  • Loading branch information
Michal Januszewski authored and David S. Miller committed Oct 31, 2007
1 parent 350139f commit 175dcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: be48be08a829db09a4f786f44a1872ef0f533c85
refs/heads/master: 6cf92e98a48ba4bd5aeb8932b3844d3f8eacac76
5 changes: 1 addition & 4 deletions trunk/drivers/connector/connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static void cn_rx_skb(struct sk_buff *__skb)
skb->len < nlh->nlmsg_len ||
nlh->nlmsg_len > CONNECTOR_MAX_MSG_SIZE) {
kfree_skb(skb);
goto out;
return;
}

len = NLMSG_ALIGN(nlh->nlmsg_len);
Expand All @@ -229,9 +229,6 @@ static void cn_rx_skb(struct sk_buff *__skb)
if (err < 0)
kfree_skb(skb);
}

out:
kfree_skb(__skb);
}

/*
Expand Down

0 comments on commit 175dcc2

Please sign in to comment.