(minor) Modules/UDI - Switched to ENTER/LEAVE
authorJohn Hodge <[email protected]>
Sat, 7 Sep 2013 15:07:09 +0000 (23:07 +0800)
committerJohn Hodge <[email protected]>
Sat, 7 Sep 2013 15:07:09 +0000 (23:07 +0800)
KernelLand/Modules/Interfaces/UDI/main.c

index a4a1504..aa0ad5e 100644 (file)
@@ -52,10 +52,11 @@ int UDI_LoadDriver(void *Base)
         int    i;
        // int  j;
        
-       Log_Debug("UDI", "UDI_LoadDriver: (Base=%p)", Base);
+       ENTER("pBase", Base);
        
        if( Binary_FindSymbol(Base, "udi_init_info", (Uint*)&info) == 0) {
                Binary_Unload(Base);
+               LEAVE('i', 0);
                return 0;
        }
        

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