Changeset 1433ecda in mainline for uspace/app/usbinfo/list.c
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
-
uspace/app/usbinfo/list.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/list.c
r47b2d7e3 r1433ecda 56 56 errno_t rc = devman_fun_get_path(handle, path, MAX_PATH_LENGTH); 57 57 if (rc != EOK) { 58 printf(NAME "Failed to get path for device %" PRIun"\n", handle);58 printf(NAME "Failed to get path for device %" PRIun "\n", handle); 59 59 return; 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.
