diff options
Diffstat (limited to 'drivers/video/console/fbcon_ud.c')
-rw-r--r-- | drivers/video/console/fbcon_ud.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/console/fbcon_ud.c b/drivers/video/console/fbcon_ud.c index ff0872c0498b..19e3714abfe8 100644 --- a/drivers/video/console/fbcon_ud.c +++ b/drivers/video/console/fbcon_ud.c | |||
@@ -227,9 +227,8 @@ static void ud_clear_margins(struct vc_data *vc, struct fb_info *info, | |||
227 | unsigned int rw = info->var.xres - (vc->vc_cols*cw); | 227 | unsigned int rw = info->var.xres - (vc->vc_cols*cw); |
228 | unsigned int bh = info->var.yres - (vc->vc_rows*ch); | 228 | unsigned int bh = info->var.yres - (vc->vc_rows*ch); |
229 | struct fb_fillrect region; | 229 | struct fb_fillrect region; |
230 | int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; | ||
231 | 230 | ||
232 | region.color = attr_bgcol_ec(bgshift,vc,info); | 231 | region.color = 0; |
233 | region.rop = ROP_COPY; | 232 | region.rop = ROP_COPY; |
234 | 233 | ||
235 | if (rw && !bottom_only) { | 234 | if (rw && !bottom_only) { |