@@ -963,7 +963,7 @@ static int __devinit ibmveth_probe(struc{intrc,i;structnet_device*netdev;-structibmveth_adapter*adapter=NULL;+structibmveth_adapter*adapter;unsignedchar*mac_addr_p;unsignedint*mcastFilterSize_p;
@@ -997,7 +997,7 @@ static int __devinit ibmveth_probe(strucSET_MODULE_OWNER(netdev);adapter=netdev->priv;-memset(adapter,0,sizeof(adapter));+memset(adapter,0,sizeof(*adapter));dev->dev.driver_data=netdev;adapter->vdev=dev;-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Brian King
Linux on Power Virtualization
IBM Linux Technology Center
@@ -963,7 +963,7 @@ static int __devinit ibmveth_probe(struc{intrc,i;structnet_device*netdev;-structibmveth_adapter*adapter=NULL;+structibmveth_adapter*adapter;unsignedchar*mac_addr_p;unsignedint*mcastFilterSize_p;
@@ -997,7 +997,6 @@ static int __devinit ibmveth_probe(strucSET_MODULE_OWNER(netdev);adapter=netdev->priv;-memset(adapter,0,sizeof(adapter));dev->dev.driver_data=netdev;adapter->vdev=dev;-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Brian King
Linux on Power Virtualization
IBM Linux Technology Center