Commit 42359da4 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

Fix compile error in bmac.c



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

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 34f25476
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;