Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10921
b: refs/heads/master
c: 82702d3
h: refs/heads/master
i:
  10919: fd42b96
v: v3
  • Loading branch information
Santiago Leon authored and Jeff Garzik committed Oct 28, 2005
1 parent bf44d3c commit 88eea99
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: 60296d9e4be1cd9e096f7804ce6e839e0cbd97cf
refs/heads/master: 82702d37a559cf94fe238cd3f8ef63cf7fa699a9
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter, struc
lpar_rc = h_add_logical_lan_buffer(adapter->vdev->unit_address, desc.desc);

if(lpar_rc != H_Success) {
pool->free_map[free_index] = IBM_VETH_INVALID_MAP;
pool->free_map[free_index] = index;
pool->skbuff[index] = NULL;
pool->consumer_index--;
dma_unmap_single(&adapter->vdev->dev,
Expand Down

0 comments on commit 88eea99

Please sign in to comment.