From: William Lee Irwin III <wli@holomorphy.com>
To: rmk@arm.linux.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: 8250 revision width fix
Date: Thu, 22 May 2003 08:52:11 -0700 [thread overview]
Message-ID: <20030522155211.GR2444@holomorphy.com> (raw)
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 */
reply other threads:[~2003-05-22 15:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030522155211.GR2444@holomorphy.com \
--to=wli@holomorphy.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox