Changeset a312d8f in mainline for uspace/drv/bus/usb/uhci/hc.c


Ignore:
Timestamp:
2017-10-30T22:18:28Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17873ac7
Parents:
ef1a3a8
Message:

uhci: fixed buffer copying on IN transaction

Lost in some refactoring, masked by deadlock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    ref1a3a8 ra312d8f  
    177177                        uhci_transfer_batch_t *batch =
    178178                            uhci_transfer_batch_from_link(current);
    179                         usb_transfer_batch_finish(&batch->base);
     179                        uhci_transfer_batch_finish(batch);
    180180                }
    181181        }
Note: See TracChangeset for help on using the changeset viewer.