Commit 42d37957 authored by Mikael Pettersson's avatar Mikael Pettersson Committed by Christoph Hellwig

[PATCH] drm_mga bitops -> long fix

Silence bitop on non-long argument warnings.

[ Not just silence warnings, but fix portability bug ]
parent b21cdcc9
......@@ -38,7 +38,7 @@ typedef struct drm_mga_primary_buffer {
u32 tail;
int space;
volatile int wrapped;
volatile long wrapped;
volatile u32 *status;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment