Changes in uspace/drv/bus/usb/usbmast/main.c [721d4b6e:b803845] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
r721d4b6e rb803845 72 72 }; 73 73 74 usb_endpoint_description_t *mast_endpoints[] = {74 static const 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 */ 166 170 return rc; 167 171 }
Note:
See TracChangeset
for help on using the changeset viewer.