Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/main.c

    rb803845 r721d4b6e  
    7272};
    7373
    74 static const usb_endpoint_description_t *mast_endpoints[] = {
     74usb_endpoint_description_t *mast_endpoints[] = {
    7575        &bulk_in_ep,
    7676        &bulk_out_ep,
     
    164164        }
    165165        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          */
    170166        return rc;
    171167}
Note: See TracChangeset for help on using the changeset viewer.