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


Ignore:
Timestamp:
2013-06-20T13:26:09Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e66428
Parents:
17d214e
Message:

better argument qualifier

File:
1 edited

Legend:

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

    r17d214e 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.