Fix compile error in bmac.c

From: Dave Jones
Date: Thu Jul 09 2009 - 21:54:52 EST


Looks like the change in ad361c9884e809340f6daca80d56a9e9c871690a
wasn't compile tested.

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- 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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/