patch-2.4.0-test6 linux/drivers/parport/parport_pc.c

Next file: linux/drivers/pci/pci.ids
Previous file: linux/drivers/net/wan/syncppp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/drivers/parport/parport_pc.c linux/drivers/parport/parport_pc.c
@@ -2111,7 +2111,7 @@
 #undef printmode
 	printk("]\n");
 	if (probedirq != PARPORT_IRQ_NONE) 
-		printk("%s: irq %d detected\n", p->name, probedirq);
+		printk(KERN_INFO "%s: irq %d detected\n", p->name, probedirq);
 	parport_proc_register(p);
 
 	request_region (p->base, 3, p->name);

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