aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/s3fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/s3fb.c')
-rw-r--r--drivers/video/s3fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3fb.c b/drivers/video/s3fb.c
index a7a2463663c4..017219565800 100644
--- a/drivers/video/s3fb.c
+++ b/drivers/video/s3fb.c
@@ -604,7 +604,7 @@ static int s3fb_set_par(struct fb_info *info)
604 switch (mode) { 604 switch (mode) {
605 case 0: 605 case 0:
606 pr_debug("fb%d: text mode\n", info->node); 606 pr_debug("fb%d: text mode\n", info->node);
607 svga_set_textmode_vga_regs(); 607 svga_set_textmode_vga_regs(par->state.vgabase);
608 608
609 /* Set additional registers like in 8-bit mode */ 609 /* Set additional registers like in 8-bit mode */
610 svga_wcrt_mask(par->state.vgabase, 0x50, 0x00, 0x30); 610 svga_wcrt_mask(par->state.vgabase, 0x50, 0x00, 0x30);