Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214313
b: refs/heads/master
c: 003212c
h: refs/heads/master
i:
  214311: 954a6ac
v: v3
  • Loading branch information
Santiago Leon authored and David S. Miller committed Sep 7, 2010
1 parent 653fc56 commit 23ad306
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: d2684b516020c162b2852a2171ec588713c6cec0
refs/heads/master: 003212cc599cdc006de486e28c1f6b327bcb9808
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter, struc
for(i = 0; i < count; ++i) {
union ibmveth_buf_desc desc;

skb = alloc_skb(pool->buff_size, GFP_ATOMIC);
skb = netdev_alloc_skb(adapter->netdev, pool->buff_size);

if(!skb) {
ibmveth_debug_printk("replenish: unable to allocate skb\n");
Expand Down

0 comments on commit 23ad306

Please sign in to comment.