Modules/PL110 - Added ARM PL110 CLCD driver
[tpg/acess2.git] / Modules / Display / VESA / main.c
index c18891f..a227f17 100644 (file)
@@ -390,10 +390,7 @@ int Vesa_Ioctl(tVFS_Node *Node, int ID, void *Data)
        \r
        case VIDEO_IOCTL_SETBUFFORMAT:\r
                ret = giVesaCurrentFormat;\r
-               if(Data) {\r
-                       //Log_Log("VESA", "Buffer mode to %i", *(int*)Data);\r
-                       giVesaCurrentFormat = *(int*)Data;\r
-               }\r
+               if(Data)        giVesaCurrentFormat = *(int*)Data;\r
                return ret;\r
        \r
        case VIDEO_IOCTL_SETCURSOR:     // Set cursor position\r

UCC git Repository :: git.ucc.asn.au