patch-2.3.50 linux/drivers/pnp/isapnp.c

Next file: linux/drivers/pnp/quirks.c
Previous file: linux/drivers/pcmcia/yenta.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/drivers/pnp/isapnp.c linux/drivers/pnp/isapnp.c
@@ -2040,7 +2040,7 @@
 		if (isapnp_reserve_irq[i] < 0) {
 			isapnp_reserve_irq[i] = irq;
 #ifdef ISAPNP_DEBUG
-			printk("IRQ %i is reserved now.\n", irq);
+			printk("isapnp: IRQ %i is reserved now.\n", irq);
 #endif
 			return 0;
 		}
@@ -2056,7 +2056,7 @@
 
 	pci_for_each_dev(dev) {
 #ifdef ISAPNP_DEBUG
-		printk("PCI: reserved IRQ: %i\n", dev->irq);
+		printk("isapnp: PCI: reserved IRQ: %i\n", dev->irq);
 #endif
 		if (dev->irq > 0)
 			isapnp_do_reserve_irq(dev->irq);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)