* Fix compile error in bmac.c
@ 2009-07-10 1:54 Dave Jones
2009-07-10 3:17 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2009-07-10 1:54 UTC (permalink / raw)
To: Linux Kernel; +Cc: Linus Torvalds, Andrew Morton
Looks like the change in ad361c9884e809340f6daca80d56a9e9c871690a
wasn't compile tested.
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.30.noarch/drivers/net/bmac.c~ 2009-07-09 21:51:36.000000000 -0400
+++ linux-2.6.30.noarch/drivers/net/bmac.c 2009-07-09 21:51:47.000000000 -0400
@@ -431,7 +431,7 @@ bmac_init_phy(struct net_device *dev)
printk(KERN_DEBUG);
printk(KERN_CONT " %.4x", bmac_mif_read(dev, addr));
}
- print(KERN_CONT "\n");
+ printk(KERN_CONT "\n");
if (bp->is_bmac_plus) {
unsigned int capable, ctrl;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-10 3:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 1:54 Fix compile error in bmac.c Dave Jones
2009-07-10 3:17 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox