This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / video / console / vgacon.c
index 61181b2..0e91d6b 100644 (file)
@@ -901,10 +901,8 @@ static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight)
        for (i = 0; i < MAX_NR_CONSOLES; i++) {
                struct vc_data *c = vc_cons[i].d;
 
-               if (c && c->vc_sw == &vga_con) {
-                       c->vc_font.height = fontheight;
+               if (c && c->vc_sw == &vga_con)
                        vc_resize(c->vc_num, 0, rows);  /* Adjust console size */
-               }
        }
        return 0;
 }