Changeset 46577995 in mainline for uspace/drv/bus/usb/vhc/conndev.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/drv/bus/usb/vhc/conndev.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/conndev.c
rfacacc71 r46577995 75 75 } 76 76 77 int data_request_rc;78 int opening_request_rc;77 errno_t data_request_rc; 78 errno_t opening_request_rc; 79 79 async_wait_for(data_request, &data_request_rc); 80 80 async_wait_for(opening_request, &opening_request_rc); … … 102 102 103 103 if (callback) { 104 int rc = vhc_virtdev_plug(vhc, callback, &plugged_device_handle);104 errno_t rc = vhc_virtdev_plug(vhc, callback, &plugged_device_handle); 105 105 if (rc != EOK) { 106 106 async_answer_0(icallid, rc);
Note:
See TracChangeset
for help on using the changeset viewer.
