2002-12-10 07:05:18

by Pavel

[permalink] [raw]
Subject: 2.4.20-PATCH: serial.c - allow debug compile

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