Commit d5afabce authored by Dave Airlie's avatar Dave Airlie

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: default avatarDave Airlie <airlied@linux.ie>
parent d463d34e
......@@ -278,7 +278,7 @@ struct intelfb_info {
u8 fbmem_gart;
/* mtrr support */
u32 mtrr_reg;
int mtrr_reg;
u32 has_mtrr;
/* heap data */
......
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