2009-07-10 01:54:51

by Dave Jones

[permalink] [raw]
Subject: Fix compile error in bmac.c

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

Signed-off-by: Dave Jones <[email protected]>

--- 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;


2009-07-10 03:17:19

by David Miller

[permalink] [raw]
Subject: Re: Fix compile error in bmac.c

From: Dave Jones <[email protected]>
Date: Thu, 9 Jul 2009 21:54:39 -0400

> Looks like the change in ad361c9884e809340f6daca80d56a9e9c871690a
> wasn't compile tested.
>
> Signed-off-by: Dave Jones <[email protected]>

Acked-by: David S. Miller <[email protected]>