This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / char / vt_ioctl.c
index 682b44e..bf05ec6 100644 (file)
@@ -915,7 +915,7 @@ int vt_ioctl(struct tty_struct *tty, struct file * file,
                op.width = 8;
                op.height = 0;
                op.charcount = 256;
-               op.data = up;
+               op.data = (char *) arg;
                return con_font_op(fg_console, &op);
        }
 
@@ -925,7 +925,7 @@ int vt_ioctl(struct tty_struct *tty, struct file * file,
                op.width = 8;
                op.height = 32;
                op.charcount = 256;
-               op.data = up;
+               op.data = (char *) arg;
                return con_font_op(fg_console, &op);
        }