Skip to content

Commit

Permalink
Fix compile error in bmac.c
Browse files Browse the repository at this point in the history
Looks like the change in ad361c9
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>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 10, 2009
1 parent 34f2547 commit 42359da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42359da

Please sign in to comment.