Changeset 01d9707 in mainline
- Timestamp:
- 2018-01-14T21:27:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c25c2fb
- Parents:
- 17c1d9db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
r17c1d9db r01d9707 164 164 opResult = usb_polling_init(polling); 165 165 if (opResult != EOK) { 166 /* Function is already bound */ 166 167 ddf_fun_unbind(hub_dev->hub_fun); 167 168 ddf_fun_destroy(hub_dev->hub_fun); … … 183 184 opResult = usb_polling_start(polling); 184 185 if (opResult != EOK) { 185 /* Function is already bound*/186 /* Polling is already initialized. */ 186 187 free(polling->buffer); 188 usb_polling_fini(polling); 187 189 ddf_fun_unbind(hub_dev->hub_fun); 188 190 ddf_fun_destroy(hub_dev->hub_fun);
Note:
See TracChangeset
for help on using the changeset viewer.