Changes in uspace/drv/bus/usb/usbmast/main.c [b803845:721d4b6e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
rb803845 r721d4b6e 72 72 }; 73 73 74 static constusb_endpoint_description_t *mast_endpoints[] = {74 usb_endpoint_description_t *mast_endpoints[] = { 75 75 &bulk_in_ep, 76 76 &bulk_out_ep, … … 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.