Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / drv / fifo.c
index 7bb4ca3..67b9a6d 100644 (file)
@@ -62,7 +62,7 @@ tPipe *gFIFO_NamedPipes = NULL;
 int FIFO_Install(char **Options)
 {
        DevFS_AddDevice( &gFIFO_DriverInfo );
-       return MODULE_INIT_SUCCESS;
+       return MODULE_ERR_OK;
 }
 
 /**

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