Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196903
b: refs/heads/master
c: 46712df
h: refs/heads/master
i:
  196901: edc42a4
  196899: b91de23
  196895: bf1bbcd
v: v3
  • Loading branch information
Andrea Gelmini authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 9b3ebfe commit 6a98f68
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 91cc53b0c78596a73fa708cceb7313e7168bb146
refs/heads/master: 46712df6c705d2b6e4189c94b94209847e4931ab
3 changes: 2 additions & 1 deletion trunk/drivers/staging/batman-adv/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ static void send_packet_to_if(struct forw_packet *forw_packet,
if (batman_if->if_active != IF_ACTIVE)
return;

packet_num = buff_pos = 0;
packet_num = 0;
buff_pos = 0;
batman_packet = (struct batman_packet *)
(forw_packet->packet_buff);

Expand Down

0 comments on commit 6a98f68

Please sign in to comment.