Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200559
b: refs/heads/master
c: d41de3c
h: refs/heads/master
i:
  200557: 3b30656
  200555: 0a52728
  200551: 65f08af
  200543: bb99a16
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Jun 27, 2010
1 parent 5f7b323 commit f916c81
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: cc413d9097dfc6237f37dcaf52346db1061a6119
refs/heads/master: d41de3c10047d5f0b661593a8f4610a19f87621f
3 changes: 2 additions & 1 deletion trunk/drivers/isdn/hysdn/hysdn_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,13 @@ void
hysdn_rx_netpkt(hysdn_card * card, unsigned char *buf, unsigned short len)
{
struct net_local *lp = card->netif;
struct net_device *dev = lp->dev;
struct net_device *dev;
struct sk_buff *skb;

if (!lp)
return; /* non existing device */

dev = lp->dev;
dev->stats.rx_bytes += len;

skb = dev_alloc_skb(len);
Expand Down

0 comments on commit f916c81

Please sign in to comment.