8250 revision width fix

From: William Lee Irwin III (wli@holomorphy.com)
Date: Thu May 22 2003 - 10:52:11 EST


diff -prauN mm8-2.5.69-1/drivers/serial/8250.c mm8-2.5.69-2/drivers/serial/8250.c
--- mm8-2.5.69-1/drivers/serial/8250.c 2003-05-22 04:54:56.000000000 -0700
+++ mm8-2.5.69-2/drivers/serial/8250.c 2003-05-22 07:48:48.000000000 -0700
@@ -124,7 +124,7 @@ struct uart_8250_port {
         struct list_head list; /* ports on this IRQ */
         unsigned char acr;
         unsigned char ier;
- unsigned char rev;
+ unsigned short rev;
         unsigned char lcr;
         unsigned char mcr_mask; /* mask of user bits */
         unsigned char mcr_force; /* mask of forced bits */
-
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 : Fri May 23 2003 - 22:00:49 EST