![]() | ||||||||||
Messages in this thread Patch in this message |
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/
| |||||||||
| Last update: 2005-03-22 11:31 [W:0.135 / U:0.460 seconds] ©2003-2008 Jasper Spaans | ||||||||||