smsc911x: don't clobber driver_data

smsc911x uses driver_data to store our net_device, don't overwrite this
with the mii_bus.

Reported and fixed by dfoley@telus.net.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Steve Glendinning 2008-12-25 16:43:34 -08:00 коммит произвёл David S. Miller
Родитель 7091e728c5
Коммит dc26977f77
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -822,7 +822,6 @@ static int __devinit smsc911x_mii_init(struct platform_device *pdev,
pdata->mii_bus->irq[i] = PHY_POLL;
pdata->mii_bus->parent = &pdev->dev;
dev_set_drvdata(&pdev->dev, &pdata->mii_bus);
pdata->using_extphy = 0;