提交 42359da4 编写于 作者: D Dave Jones 提交者: Linus Torvalds

Fix compile error in bmac.c

Looks like the change in ad361c98
wasn't compile tested.
Signed-off-by: NDave Jones <davej@redhat.com>
Acked-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 34f25476
...@@ -431,7 +431,7 @@ bmac_init_phy(struct net_device *dev) ...@@ -431,7 +431,7 @@ bmac_init_phy(struct net_device *dev)
printk(KERN_DEBUG); printk(KERN_DEBUG);
printk(KERN_CONT " %.4x", bmac_mif_read(dev, addr)); printk(KERN_CONT " %.4x", bmac_mif_read(dev, addr));
} }
print(KERN_CONT "\n"); printk(KERN_CONT "\n");
if (bp->is_bmac_plus) { if (bp->is_bmac_plus) {
unsigned int capable, ctrl; unsigned int capable, ctrl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册