All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix compile error in bmac.c
@ 2009-07-10  1:54 Dave Jones
  2009-07-10  3:17 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2009-07-10  1:54 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Linus Torvalds, Andrew Morton

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

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.30.noarch/drivers/net/bmac.c~	2009-07-09 21:51:36.000000000 -0400
+++ linux-2.6.30.noarch/drivers/net/bmac.c	2009-07-09 21:51:47.000000000 -0400
@@ -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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix compile error in bmac.c
  2009-07-10  1:54 Fix compile error in bmac.c Dave Jones
@ 2009-07-10  3:17 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-07-10  3:17 UTC (permalink / raw)
  To: davej; +Cc: linux-kernel, torvalds, akpm

From: Dave Jones <davej@redhat.com>
Date: Thu, 9 Jul 2009 21:54:39 -0400

> 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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-10  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10  1:54 Fix compile error in bmac.c Dave Jones
2009-07-10  3:17 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.