summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/sticore.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/sticore.h')
-rw-r--r--drivers/video/fbdev/sticore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/sticore.h b/drivers/video/fbdev/sticore.h
index 0ebdd28a0b81..d83ab3ded5f3 100644
--- a/drivers/video/fbdev/sticore.h
+++ b/drivers/video/fbdev/sticore.h
@@ -231,7 +231,7 @@ struct sti_rom_font {
u8 height;
u8 font_type; /* language type */
u8 bytes_per_char;
- u32 next_font;
+ s32 next_font; /* note: signed int */
u8 underline_height;
u8 underline_pos;
u8 res008[2];