Tsi108_eth: add missing linking to driver data
Bug fix for tsi108_eth network driver. This patch adds missing linking to driver data. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
651be3a2ba
commit
a235ef2c63
|
@ -1629,6 +1629,7 @@ tsi108_init_one(struct platform_device *pdev)
|
|||
goto register_fail;
|
||||
}
|
||||
|
||||
platform_set_drvdata(pdev, dev);
|
||||
printk(KERN_INFO "%s: Tsi108 Gigabit Ethernet, MAC: %s\n",
|
||||
dev->name, print_mac(mac, dev->dev_addr));
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Reference in New Issue