vserver 2.0 rc7
[linux-2.6.git] / drivers / pci / setup-irq.c
index d02bebf..a251289 100644 (file)
 #include <linux/cache.h>
 
 
-#define DEBUG_CONFIG 0
-#if DEBUG_CONFIG
-# define DBGC(args)     printk args
-#else
-# define DBGC(args)
-#endif
-
-
 static void __init
 pdev_fixup_irq(struct pci_dev *dev,
               u8 (*swizzle)(struct pci_dev *, u8 *),
@@ -53,8 +45,8 @@ pdev_fixup_irq(struct pci_dev *dev,
                irq = 0;
        dev->irq = irq;
 
-       DBGC((KERN_ERR "PCI fixup irq: (%s) got %d\n", 
-               dev->dev.kobj.name, dev->irq));
+       pr_debug("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. */