Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188851
b: refs/heads/master
c: 17da69b
h: refs/heads/master
i:
  188849: a5f1d7b
  188847: 309ba31
v: v3
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Mar 19, 2010
1 parent 7b3e988 commit 24360ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 658cc524305c9759019c4430ded231f631472482
refs/heads/master: 17da69b8bfbe441a33a873ad5dd7d3d85800bf2b
2 changes: 2 additions & 0 deletions trunk/drivers/net/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,8 @@ jme_alloc_and_feed_skb(struct jme_adapter *jme, int idx)
jme->jme_vlan_rx(skb, jme->vlgrp,
le16_to_cpu(rxdesc->descwb.vlan));
NET_STAT(jme).rx_bytes += 4;
} else {
dev_kfree_skb(skb);
}
} else {
jme->jme_rx(skb);
Expand Down

0 comments on commit 24360ab

Please sign in to comment.