mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
Fix compile error in bmac.c
Looks like the change in ad361c9884
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>
This commit is contained in:
parent
34f25476ac
commit
42359da441
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user