Fix compile error in bmac.c
authorDave Jones <davej@redhat.com>
Fri, 10 Jul 2009 01:54:39 +0000 (21:54 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jul 2009 03:32:31 +0000 (20:32 -0700)
Looks like the change in ad361c9884e809340f6daca80d56a9e9c871690a
wasn't compile tested.

Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/bmac.c

index a76315d..206144f 100644 (file)
@@ -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;