vt: this will go away in a moment
authorAlan Cox <alan@linux.intel.com>
Fri, 22 May 2015 10:34:25 +0000 (11:34 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 22 May 2015 10:34:25 +0000 (11:34 +0100)
Kernel/vt.c

index 06f809d..1605c2d 100644 (file)
@@ -192,7 +192,6 @@ int vt_ioctl(uint8_t minor, uarg_t request, char *data)
 {
        /* FIXME: need to address the multiple vt switching case
           here.. probably need to switch vt */
-       /* FIXME: minor 0 handling */
        if (minor <= MAX_VT) {
                switch(request) {
 #ifdef KEY_ROWS