Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90866
b: refs/heads/master
c: 2723b01
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Apr 17, 2008
1 parent f6a1410 commit 226d8e2
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: 26a17b7bbb36a8552d531bc1ad08472fb5aa3007
refs/heads/master: 2723b019214c8787ee2fb54dacacfd112d2e5bf4
2 changes: 1 addition & 1 deletion trunk/drivers/net/sc92031.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static void _sc92031_rx_tasklet(struct net_device *dev)

rx_len -= rx_size_align + 4;

skb = dev_alloc_skb(pkt_size + NET_IP_ALIGN);
skb = netdev_alloc_skb(dev, pkt_size + NET_IP_ALIGN);
if (unlikely(!skb)) {
if (printk_ratelimit())
printk(KERN_ERR "%s: Couldn't allocate a skb_buff for a packet of size %u\n",
Expand Down

0 comments on commit 226d8e2

Please sign in to comment.