Fix compile error in bmac.c

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>

authored by Dave Jones and committed by Linus Torvalds 42359da4 34f25476

+1 -1
+1 -1
drivers/net/bmac.c
··· 431 431 printk(KERN_DEBUG); 432 432 printk(KERN_CONT " %.4x", bmac_mif_read(dev, addr)); 433 433 } 434 - print(KERN_CONT "\n"); 434 + printk(KERN_CONT "\n"); 435 435 436 436 if (bp->is_bmac_plus) { 437 437 unsigned int capable, ctrl;