public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 8250 revision width fix
@ 2003-05-22 15:52 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2003-05-22 15:52 UTC (permalink / raw)
  To: rmk; +Cc: linux-kernel

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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-22 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 15:52 8250 revision width fix William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox