[PATCH] Fix debug

From: tglx
Date: Mon Dec 13 2004 - 16:29:10 EST


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

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

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