Modules/UDI - Attributes, PIO, CB allocation and channel_spawn
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / udi_lib / physio / meta_bus.c
index dadb442..c0631f2 100644 (file)
@@ -71,6 +71,7 @@ struct marshalled_bus_bind_ack
 
 static void _unmarshal_bus_bind_ack(tUDI_DeferredCall *Call)
 {
+       LOG("Call=%p", Call);
        struct marshalled_bus_bind_ack *info = (void*)Call;
        ((udi_bus_bind_ack_op_t*)Call->Handler)(
                UDI_MCB(Call->cb, udi_bus_bind_cb_t),

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