Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214607
b: refs/heads/master
c: e5e03ce
h: refs/heads/master
i:
  214605: 3767342
  214603: d8357e8
  214599: f05f1a3
  214591: 062c046
v: v3
  • Loading branch information
Sjur Braendeland authored and David S. Miller committed Sep 22, 2010
1 parent 573fc93 commit 9bf18d6
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: b04367df66eb63444d38c43d15f5e39499d85ae6
refs/heads/master: e5e03ce1e5c6c015cabf274b24976dff408dc07f
2 changes: 1 addition & 1 deletion trunk/net/caif/caif_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int receive(struct sk_buff *skb, struct net_device *dev,
net = dev_net(dev);
pkt = cfpkt_fromnative(CAIF_DIR_IN, skb);
caifd = caif_get(dev);
if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd)
if (!caifd || !caifd->layer.up || !caifd->layer.up->receive)
return NET_RX_DROP;

if (caifd->layer.up->receive(caifd->layer.up, pkt))
Expand Down

0 comments on commit 9bf18d6

Please sign in to comment.