Modules/EHCI - Debugging EHCI, still broken
[tpg/acess2.git] / KernelLand / Modules / USB / UHCI / uhci.c
index 636cd74..0fe80dc 100644 (file)
@@ -537,7 +537,7 @@ void *UHCI_int_InitEndpt(tUHCI_Controller *Cont, int Type, int Endpt, size_t Max
        epi->Type = Type;
        epi->Tgl = 0;
 
-       return (void*)(Endpt+1);
+       return (void*)(tVAddr)(Endpt+1);
 
 }
 

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