Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247456
b: refs/heads/master
c: ca06c6e
h: refs/heads/master
v: v3
  • Loading branch information
Marek Lindner authored and Sven Eckelmann committed May 14, 2011
1 parent 8e2c258 commit 7bb1e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6d5808d4ae1b0851c3b732d9ec2860d5f7804294
refs/heads/master: ca06c6eb9a31ae782e74596231fb23df4fc5e46d
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ int add_bcast_packet_to_list(struct bat_priv *bat_priv, struct sk_buff *skb)

primary_if = primary_if_get_selected(bat_priv);
if (!primary_if)
goto out;
goto out_and_inc;

forw_packet = kmalloc(sizeof(struct forw_packet), GFP_ATOMIC);

Expand Down

0 comments on commit 7bb1e2f

Please sign in to comment.