patch-2.4.5 linux/drivers/pci/setup-irq.c
Next file: linux/drivers/pci/setup-res.c
Previous file: linux/drivers/pci/setup-bus.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sat May 19 17:43:06 2001
-  Orig file: 
v2.4.4/linux/drivers/pci/setup-irq.c
-  Orig date: 
Tue Jan 11 14:22:31 2000
diff -u --recursive --new-file v2.4.4/linux/drivers/pci/setup-irq.c linux/drivers/pci/setup-irq.c
@@ -53,7 +53,7 @@
 		irq = 0;
 	dev->irq = irq;
 
-	DBGC(("PCI fixup irq: (%s) got %d\n", dev->name, dev->irq));
+	DBGC((KERN_ERR "PCI fixup irq: (%s) got %d\n", dev->name, dev->irq));
 
 	/* Always tell the device, so the driver knows what is
 	   the real IRQ to use; the device does not use it. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)