linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH][2.5] drm/mga bitops -> long fix
@ 2002-07-25 16:08 Mikael Pettersson
  0 siblings, 0 replies; only message in thread
From: Mikael Pettersson @ 2002-07-25 16:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial

Silence bitop on non-long argument warnings.

--- linux-2.5.28/drivers/char/drm/mga_drv.h.~1~	Wed Feb 20 03:11:05 2002
+++ linux-2.5.28/drivers/char/drm/mga_drv.h	Thu Jul 25 02:13:02 2002
@@ -38,7 +38,7 @@
 
 	u32 tail;
 	int space;
-	volatile int wrapped;
+	volatile long wrapped;
 
 	volatile u32 *status;
 

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

only message in thread, other threads:[~2002-07-25 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25 16:08 [TRIVIAL][PATCH][2.5] drm/mga bitops -> long fix Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).