2.4.20-PATCH: serial.c - allow debug compile

From: Pavel Janík (Pavel@Janik.cz)
Date: Tue Dec 10 2002 - 02:02:57 EST


Hi,

this patch allows compilation of serial device driver with debugging
turned on, please apply.

--- linux-2.4.20.orig/drivers/char/serial.c 2002-12-10 07:46:00.000000000 +0100
+++ linux-2.4.20/drivers/char/serial.c 2002-12-10 07:58:48.000000000 +0100
@@ -914,7 +914,7 @@
                     ((iir & UART_IIR_ID) == UART_IIR_THRI))
                         transmit_chars(info, 0);
                 if (pass_counter++ > RS_ISR_PASS_LIMIT) {
-#if SERIAL_DEBUG_INTR
+#ifdef SERIAL_DEBUG_INTR
                         printk("rs_single loop break.\n");
 #endif
                         break;
@@ -4181,7 +4181,7 @@
    
 #ifdef SERIAL_DEBUG_PCI
         printk(KERN_DEBUG " Subsystem ID %lx (intel 960)\n",
- (unsigned long) board->subdevice);
+ (unsigned long) dev->subsystem_device);
 #endif
         /* is firmware started? */
         pci_read_config_dword(dev, 0x44, (void*) &oldval);

-- 
Pavel Janík

Doctor, it hurts, where is my problem? -- Hubert Mantel with his crystal-ball - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:17 EST