Changeset 721d4b6e in mainline for uspace/drv/bus/usb/usbmast/main.c
- Timestamp:
- 2011-10-15T19:38:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25696fea, 9515f674, 98fb010
- Parents:
- a044f71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
ra044f71 r721d4b6e 164 164 } 165 165 free(mdev->luns); 166 /*167 * Do not free mdev here as it was passed to DDF as device driver data.168 * It will be deallocated by DDF when the device is destroyed.169 */170 166 return rc; 171 167 }
Note:
See TracChangeset
for help on using the changeset viewer.