Changeset f3386d7 in mainline for uspace/lib/usb/src/dev.c


Ignore:
Timestamp:
2013-07-15T20:44:54Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8d3df3
Parents:
273c976 (diff), a940f1d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/dev.c

    r273c976 rf3386d7  
    114114
    115115static bool try_parse_bus_and_address(const char *path,
    116     char **func_start,
     116    const char **func_start,
    117117    devman_handle_t *out_hc_handle, usb_address_t *out_device_address)
    118118{
     
    120120        size_t address;
    121121        int rc;
    122         char *ptr;
     122        const char *ptr;
    123123
    124124        rc = str_uint64_t(path, &ptr, 10, false, &sid);
     
    188188        int rc;
    189189        bool is_bus_addr;
    190         char *func_start = NULL;
     190        const char *func_start = NULL;
    191191        char *path = NULL;
    192192
Note: See TracChangeset for help on using the changeset viewer.