aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/tgafb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tgafb.c')
-rw-r--r--drivers/video/tgafb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/tgafb.c b/drivers/video/tgafb.c
index 2f09e796bafb..0679b389a808 100644
--- a/drivers/video/tgafb.c
+++ b/drivers/video/tgafb.c
@@ -143,10 +143,10 @@ tgafb_set_par(struct fb_info *info)
143 0x00000303 143 0x00000303
144 }; 144 };
145 static unsigned int const mode_presets[4] = { 145 static unsigned int const mode_presets[4] = {
146 0x00002000, 146 0x00000000,
147 0x00002300, 147 0x00000300,
148 0xffffffff, 148 0xffffffff,
149 0x00002300 149 0x00000300
150 }; 150 };
151 static unsigned int const base_addr_presets[4] = { 151 static unsigned int const base_addr_presets[4] = {
152 0x00000000, 152 0x00000000,