mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix drm/mga bitops on non-long operands bug
@ 2002-08-11 11:09 Mikael Pettersson
  0 siblings, 0 replies; only message in thread
From: Mikael Pettersson @ 2002-08-11 11:09 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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;
 

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

only message in thread, other threads:[~2002-08-11 11:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-11 11:09 [PATCH] fix drm/mga bitops on non-long operands bug Mikael Pettersson

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®