Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352103
b: refs/heads/master
c: f458c64
h: refs/heads/master
i:
  352101: cf151d9
  352099: 0476804
  352095: 050cf89
v: v3
  • Loading branch information
Alexander Aring authored and David S. Miller committed Feb 6, 2013
1 parent 0114665 commit 158ed73
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: f4e53e292ad0626a9d4f80cbdb6adae867d8b2bc
refs/heads/master: f458c647ea5cdd956f8055a4178072be460559f1
2 changes: 1 addition & 1 deletion trunk/net/mac802154/wpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static inline int mac802154_fetch_skb_u8(struct sk_buff *skb, u8 *val)
return -EINVAL;

*val = skb->data[0];
skb_pull(skb, 1);
skb_pull(skb, 1);

return 0;
}
Expand Down

0 comments on commit 158ed73

Please sign in to comment.