aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/arkfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/arkfb.c')
-rw-r--r--drivers/video/arkfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/arkfb.c b/drivers/video/arkfb.c
index 51fd8affe0c7..658fff45332c 100644
--- a/drivers/video/arkfb.c
+++ b/drivers/video/arkfb.c
@@ -699,7 +699,7 @@ static int arkfb_set_par(struct fb_info *info)
699 switch (mode) { 699 switch (mode) {
700 case 0: 700 case 0:
701 pr_debug("fb%d: text mode\n", info->node); 701 pr_debug("fb%d: text mode\n", info->node);
702 svga_set_textmode_vga_regs(); 702 svga_set_textmode_vga_regs(par->state.vgabase);
703 703
704 vga_wseq(NULL, 0x11, 0x10); /* basic VGA mode */ 704 vga_wseq(NULL, 0x11, 0x10); /* basic VGA mode */
705 svga_wcrt_mask(par->state.vgabase, 0x46, 0x00, 0x04); /* 8bit pixel path */ 705 svga_wcrt_mask(par->state.vgabase, 0x46, 0x00, 0x04); /* 8bit pixel path */