Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256027
b: refs/heads/master
c: fa1da88
h: refs/heads/master
i:
  256025: bb2c342
  256023: 2766087
v: v3
  • Loading branch information
Alexander Smirnov authored and Dmitry Eremin-Solenikov committed Jun 30, 2011
1 parent 3cc0956 commit 4af2c28
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: 5fd72607a4e9a4a7147d670526431944976035b8
refs/heads/master: fa1da8835b0764a77a72dea8861bdb1b8c4c59d2
2 changes: 1 addition & 1 deletion trunk/net/ieee802154/af_ieee802154.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int ieee802154_rcv(struct sk_buff *skb, struct net_device *dev,
struct packet_type *pt, struct net_device *orig_dev)
{
if (!netif_running(dev))
return -ENODEV;
goto drop;
pr_debug("got frame, type %d, dev %p\n", dev->type, dev);
#ifdef DEBUG
print_hex_dump_bytes("ieee802154_rcv ", DUMP_PREFIX_NONE, skb->data, skb->len);
Expand Down

0 comments on commit 4af2c28

Please sign in to comment.