Changeset d87561c in mainline for uspace/lib
- Timestamp:
- 2013-06-11T14:22:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dba3e2c
- Parents:
- f81498d
- Location:
- uspace/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
rf81498d rd87561c 413 413 sysarg_t dretval; 414 414 415 exch = devman_exchange_begin_blocking( LOC_PORT_CONSUMER);415 exch = devman_exchange_begin_blocking(DEVMAN_CLIENT); 416 416 417 417 ipc_call_t answer; -
uspace/lib/usbhid/src/hidiface.c
rf81498d rd87561c 90 90 return EINVAL; 91 91 92 if ( (buf == NULL))92 if (buf == NULL) 93 93 return ENOMEM; 94 94 … … 184 184 return EINVAL; 185 185 186 if ( (buf == NULL))186 if (buf == NULL) 187 187 return ENOMEM; 188 188
Note:
See TracChangeset
for help on using the changeset viewer.