amend it!
authorBernhard Urban <lewurm@gmx.net>
Thu, 17 Sep 2009 22:21:13 +0000 (00:21 +0200)
committerBernhard Urban <lewurm@gmx.net>
Thu, 17 Sep 2009 22:21:13 +0000 (00:21 +0200)
usb/host/ohci.c

index 89f3fd22be5a5f0868f8b58ad2e9511a4abf3be2..a33bd427860b5eadde9fe009182c1d908059a3a4 100644 (file)
@@ -244,6 +244,7 @@ u8 hcdi_enqueue(usb_transfer_descriptor *td) {
        sync_before_read(&hcca_oh0, 256);
        printf("done head (nach sync): 0x%08X\n", ACCESS_LE(hcca_oh0.done_head));
 
+       //should be free'd after taking it from the done queue
        //free(tmptd);
        return 0;
 }