提交 a235ef2c 编写于 作者: A Alex Bounine 提交者: Jeff Garzik

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: NAlexandre Bounine <alexandreb@tundra.com>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 651be3a2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册