Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / drv / vga.c
index 11c799c..b0c9662 100644 (file)
@@ -50,7 +50,7 @@ int VGA_Install(char **Arguments)
        // Install DevFS
        DevFS_AddDevice( &gVGA_DevInfo );
        
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**

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