Re: [PATCH] PCI patches for 2.6.10

From: Greg KH
Date: Mon Jan 10 2005 - 12:34:56 EST


ChangeSet 1.1938.447.1, 2004/12/16 15:58:28-08:00, tglx@xxxxxxxxxxxxx

[PATCH] PCI: Fix debug statement

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

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/pci/setup-irq.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/drivers/pci/setup-irq.c b/drivers/pci/setup-irq.c
--- a/drivers/pci/setup-irq.c 2005-01-10 09:06:59 -08:00
+++ b/drivers/pci/setup-irq.c 2005-01-10 09:06:59 -08:00
@@ -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. */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/