mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
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:
committed by
Jeff Garzik
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
|
||||
|
||||
Reference in New Issue
Block a user