patch-2.4.5 linux/drivers/parport/parport_gsc.c
Next file: linux/drivers/parport/parport_mfc3.c
Previous file: linux/drivers/parport/parport_amiga.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue May 22 19:54:04 2001
- Orig file:
v2.4.4/linux/drivers/parport/parport_gsc.c
- Orig date:
Tue Mar 6 19:44:37 2001
diff -u --recursive --new-file v2.4.4/linux/drivers/parport/parport_gsc.c linux/drivers/parport/parport_gsc.c
@@ -473,7 +473,7 @@
irq = busdevice_alloc_irq(d);
if (!irq) {
- printk("IRQ not found for parallel device at 0x%p\n", d->hpa);
+ printk(KERN_DEBUG "IRQ not found for parallel device at 0x%p\n", d->hpa);
return -ENODEV;
}
@@ -484,10 +484,10 @@
*/
if (!pdc_add_valid( (void *)(port+4))) {
/* Initialize bidirectional-mode (0x10) & data-tranfer-mode #1 (0x20) */
- printk("%s: initialize bidirectional-mode.\n", __FUNCTION__);
+ printk(KERN_DEBUG "%s: initialize bidirectional-mode.\n", __FUNCTION__);
parport_writeb ( (0x10 + 0x20), port + 4);
} else {
- printk("%s: enhanced parport-modes not supported.\n", __FUNCTION__);
+ printk(KERN_DEBUG "%s: enhanced parport-modes not supported.\n", __FUNCTION__);
}
if (parport_gsc_probe_port(port, 0,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)