intelfb: fix mtrr_reg signedness

This is my fix for gcc 4.1 sign issue reported by Eric Sesterhenn
<snakebyte@gmx.de>.

Signed-off-by: Dave Airlie <airlied@linux.ie>
Esse commit está contido em:
Dave Airlie
2006-08-22 10:10:56 +10:00
commit d5afabcea2
+1 -1
Ver Arquivo
@@ -278,7 +278,7 @@ struct intelfb_info {
u8 fbmem_gart;
/* mtrr support */
u32 mtrr_reg;
int mtrr_reg;
u32 has_mtrr;
/* heap data */