Changes in uspace/lib/usb/src/dev.c [059a8e4:b49d872] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/dev.c
r059a8e4 rb49d872 114 114 115 115 static bool try_parse_bus_and_address(const char *path, 116 c har **func_start,116 const char **func_start, 117 117 devman_handle_t *out_hc_handle, usb_address_t *out_device_address) 118 118 { … … 120 120 size_t address; 121 121 int rc; 122 c har *ptr;122 const char *ptr; 123 123 124 124 rc = str_uint64_t(path, &ptr, 10, false, &sid); … … 188 188 int rc; 189 189 bool is_bus_addr; 190 c har *func_start = NULL;190 const char *func_start = NULL; 191 191 char *path = NULL; 192 192
Note:
See TracChangeset
for help on using the changeset viewer.