Changeset 1a23f6e in mainline for uspace/lib/usbhid/src/hidiface.c
- Timestamp:
- 2012-05-04T10:41:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af42a2b
- Parents:
- 6efb4d2 (diff), d21e935c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidiface.c
r6efb4d2 r1a23f6e 120 120 121 121 if (data_request == 0) { 122 async_ wait_for(opening_request, NULL);122 async_forget(opening_request); 123 123 free(buffer); 124 124 return ENOMEM; … … 206 206 207 207 if (data_request == 0) { 208 async_ wait_for(opening_request, NULL);208 async_forget(opening_request); 209 209 return ENOMEM; 210 210 }
Note:
See TracChangeset
for help on using the changeset viewer.