From: Mikael Pettersson <mikpe@csd.uu.se>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix drm/mga bitops on non-long operands bug
Date: Sun, 11 Aug 2002 13:09:03 +0200 (MET DST) [thread overview]
Message-ID: <200208111109.NAA19086@harpo.it.uu.se> (raw)
The drm update from cvs in 2.5.31 reintroduced the mga driver's
bitops on non-long operands bug. The patch below fixes it.
/Mikael
--- linux-2.5.31/drivers/char/drm/mga_drv.h.~1~ Sun Aug 11 11:29:30 2002
+++ linux-2.5.31/drivers/char/drm/mga_drv.h Sun Aug 11 11:58:20 2002
@@ -38,7 +38,7 @@
u32 tail;
int space;
- int wrapped;
+ unsigned long wrapped;
volatile u32 *status;
reply other threads:[~2002-08-11 11:05 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=200208111109.NAA19086@harpo.it.uu.se \
--to=mikpe@csd.uu.se \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®