Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150221
b: refs/heads/master
c: d44b5e0
h: refs/heads/master
i:
  150219: c530d40
v: v3
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed May 17, 2009
1 parent cf8a478 commit 97c1d0f
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: 6d45522c532be430b2ed63ed48a6a9e15328af66
refs/heads/master: d44b5e07c6813e6d747f7f947f1da5f0abf14eb4
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ static int __devinit ibmveth_probe(struct vio_dev *dev, const struct vio_device_
netdev->features |= NETIF_F_LLTX;
spin_lock_init(&adapter->stats_lock);

memcpy(&netdev->dev_addr, &adapter->mac_addr, netdev->addr_len);
memcpy(netdev->dev_addr, &adapter->mac_addr, netdev->addr_len);

for(i = 0; i<IbmVethNumBufferPools; i++) {
struct kobject *kobj = &adapter->rx_buff_pool[i].kobj;
Expand Down

0 comments on commit 97c1d0f

Please sign in to comment.