Changeset cd1cec3b in mainline for uspace/drv/ohci/root_hub.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/ohci/root_hub.c

    r6a32665d rcd1cec3b  
    761761                opResult = EINVAL;
    762762        }
    763         usb_transfer_batch_finish(request, opResult);
     763        usb_transfer_batch_finish_error(request, opResult);
    764764        return EOK;
    765765}
Note: See TracChangeset for help on using the changeset viewer.