svga: Make svga_set_default_atc_regs take an iomem regbase pointer.
Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -515,7 +515,7 @@ static int s3fb_set_par(struct fb_info *info)
|
||||
|
||||
/* Set default values */
|
||||
svga_set_default_gfx_regs(par->state.vgabase);
|
||||
svga_set_default_atc_regs();
|
||||
svga_set_default_atc_regs(par->state.vgabase);
|
||||
svga_set_default_seq_regs();
|
||||
svga_set_default_crt_regs();
|
||||
svga_wcrt_multi(par->state.vgabase, s3_line_compare_regs, 0xFFFFFFFF);
|
||||
|
Reference in New Issue
Block a user