Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5afabce authored by Dave Airlie's avatar Dave Airlie
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ struct intelfb_info {
	u8 fbmem_gart;

	/* mtrr support */
	u32 mtrr_reg;
	int mtrr_reg;
	u32 has_mtrr;

	/* heap data */