Ignore:
Timestamp:
2018-01-31T02:21:24Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a9cc2
Parents:
132ab5d1
Message:

Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into forwardport

Not all ints are converted to errno_t in xhci tree yet, however it compiles and works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/platform/amdm37x/amdm37x.c

    r132ab5d1 r5a6cc679  
    5353
    5454
    55 int amdm37x_init(amdm37x_t *device, bool trace)
     55errno_t amdm37x_init(amdm37x_t *device, bool trace)
    5656{
    5757        assert(device);
    58         int ret = EOK;
     58        errno_t ret = EOK;
    5959
    6060        ret = pio_enable((void*)USBHOST_CM_BASE_ADDRESS, USBHOST_CM_SIZE,
     
    358358 * Select mode than can operate in FS/LS.
    359359 */
    360 int amdm37x_usb_tll_init(amdm37x_t *device)
     360errno_t amdm37x_usb_tll_init(amdm37x_t *device)
    361361{
    362362        /* Check access */
Note: See TracChangeset for help on using the changeset viewer.