Changeset cd1cec3b in mainline for uspace/drv/uhci-hcd/transfer_list.c


Ignore:
Timestamp:
2011-04-08T11:31:30Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fd3faf
Parents:
6a32665d
Message:

Separate batch_finish with internal and external errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/transfer_list.c

    r6a32665d rcd1cec3b  
    176176                    list_get_instance(current, usb_transfer_batch_t, link);
    177177                transfer_list_remove_batch(instance, batch);
    178                 usb_transfer_batch_finish(batch, EIO);
     178                usb_transfer_batch_finish_error(batch, EIO);
    179179        }
    180180        fibril_mutex_unlock(&instance->guard);
Note: See TracChangeset for help on using the changeset viewer.