All of lore.kernel.org
 help / color / mirror / Atom feed
From: tglx@linutronix.de
To: greg@kroah.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix debug
Date: Mon, 13 Dec 2004 22:25:41 +0100	[thread overview]
Message-ID: <20041213222539.1.patchmail@tglx> (raw)

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. */

             reply	other threads:[~2004-12-13 21:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-13 21:25 tglx [this message]
2004-12-16 23:56 ` [PATCH] Fix debug Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041213222539.1.patchmail@tglx \
    --to=tglx@linutronix.de \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.