Skip to content

Commit

Permalink
intelfb: fix mtrr_reg signedness
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
airlied committed Aug 22, 2006
1 parent d463d34 commit d5afabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/intelfb/intelfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ struct intelfb_info {
u8 fbmem_gart;

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

/* heap data */
Expand Down

0 comments on commit d5afabc

Please sign in to comment.