patch-2.4.20 linux-2.4.20/drivers/char/cyclades.c
Next file: linux-2.4.20/drivers/char/dn_keyb.c
Previous file: linux-2.4.20/drivers/char/console.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/char/cyclades.c
- Orig date:
Mon Feb 25 11:37:57 2002
diff -urN linux-2.4.19/drivers/char/cyclades.c linux-2.4.20/drivers/char/cyclades.c
@@ -3446,8 +3446,8 @@
}
#ifdef CY_DEBUG_DTR
printk("cyc:set_line_char dropping DTR\n");
- printk(" status: 0x%x,
- 0x%x\n", cy_readb(base_addr+(CyMSVR1<<index)),
+ printk(" status: 0x%x, 0x%x\n",
+ cy_readb(base_addr+(CyMSVR1<<index)),
cy_readb(base_addr+(CyMSVR2<<index)));
#endif
}else{
@@ -5175,7 +5175,6 @@
/* Although we don't use this I/O region, we should
request it from the kernel anyway, to avoid problems
with other drivers accessing it. */
- request_region(cy_pci_phys1, CyPCI_Zctl, "Cyclades-Z");
resource = request_region(cy_pci_phys1, CyPCI_Zctl,
"Cyclades-Z");
if (resource == NULL) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)