Changeset ce33c10 in mainline


Ignore:
Timestamp:
2013-09-21T01:21:15Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57c8fc9
Parents:
4cf5b8e0
Message:

Minor fixes.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    r4cf5b8e0 rce33c10  
    131131                hcd_ddf_clean_hc(device);
    132132                unregister_interrupt_handler(device, irq);
    133                 return ret;
     133                return ENOMEM;
    134134        }
    135135
  • uspace/lib/usbhost/src/ddf_helpers.c

    r4cf5b8e0 rce33c10  
    581581 *
    582582 * @param[in] device DDF instance of the device to use.
    583  *
     583 * @param[in] max_speed Maximum supported USB speed.
     584 * @param[in] bw available bandwidth.
     585 * @param[in] bw_count Function to compute required ep bandwidth.
     586 *
     587 * @return Error code.
    584588 * This function does all the ddf work for hc driver.
    585589 */
Note: See TracChangeset for help on using the changeset viewer.