Ignore:
File:
1 edited

Legend:

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

    r059a8e4 rb49d872  
    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.