Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / drv / kb.c
index 92f00a7..65d340e 100644 (file)
@@ -67,7 +67,7 @@ int KB_Install(char **Arguments)
        IRQ_AddHandler(1, KB_IRQHandler);
        DevFS_AddDevice( &gKB_DevInfo );
        //Log("KB_Install: Installed");
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**

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