linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix debug
@ 2004-12-13 21:25 tglx
  2004-12-16 23:56 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: tglx @ 2004-12-13 21:25 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel

Make the debug of setup-irq.c compile and work again

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
--- drivers/pci/setup-irq.c	(revision 8)
+++ drivers/pci/setup-irq.c	(working copy)
@@ -53,7 +53,8 @@
 		irq = 0;
 	dev->irq = irq;
 
-	DBGC((KERN_ERR "PCI fixup irq: (%s) got %d\n", dev->dev.name, dev->irq));
+	DBGC((KERN_ERR "PCI fixup irq: (%s) got %d\n", 
+		dev->dev.kobj.name, dev->irq));
 
 	/* Always tell the device, so the driver knows what is
 	   the real IRQ to use; the device does not use it. */

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

* Re: [PATCH] Fix debug
  2004-12-13 21:25 [PATCH] Fix debug tglx
@ 2004-12-16 23:56 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-12-16 23:56 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel

On Mon, Dec 13, 2004 at 10:25:41PM +0100, tglx@linutronix.de wrote:
> Make the debug of setup-irq.c compile and work again
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Applied, thanks.

greg k-h

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

end of thread, other threads:[~2004-12-16 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-13 21:25 [PATCH] Fix debug tglx
2004-12-16 23:56 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).