Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63734
b: refs/heads/master
c: 9dc83af
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Jeff Garzik committed Aug 7, 2007
1 parent 3af1911 commit 07c5da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 163642a24a44d7b1d1e1b3cb8da25a142a919e24
refs/heads/master: 9dc83afdbefd184bf29f347e8fcbb6d8a2b5e6fe
3 changes: 1 addition & 2 deletions trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ static int __devinit ibmveth_probe(struct vio_dev *dev, const struct vio_device_
{
int rc, i;
struct net_device *netdev;
struct ibmveth_adapter *adapter = NULL;
struct ibmveth_adapter *adapter;

unsigned char *mac_addr_p;
unsigned int *mcastFilterSize_p;
Expand Down Expand Up @@ -997,7 +997,6 @@ static int __devinit ibmveth_probe(struct vio_dev *dev, const struct vio_device_
SET_MODULE_OWNER(netdev);

adapter = netdev->priv;
memset(adapter, 0, sizeof(adapter));
dev->dev.driver_data = netdev;

adapter->vdev = dev;
Expand Down

0 comments on commit 07c5da9

Please sign in to comment.