Changeset 54935cf6 in mainline for uspace/drv/bus/usb/usbmast/main.c
- Timestamp:
- 2011-10-03T07:42:08Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 01ab41b
- Parents:
- 00a8f1b (diff), 60c6fe0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
r00a8f1b r54935cf6 158 158 } 159 159 160 free(fun_name);161 162 160 /* Allocate soft state */ 163 161 mfun = ddf_dev_data_alloc(mdev->ddf_dev, sizeof(usbmast_fun_t)); … … 170 168 mfun->mdev = mdev; 171 169 mfun->lun = lun; 172 173 fun_name = NULL;174 170 175 171 /* Set up a connection handler. */ … … 219 215 goto error; 220 216 } 217 218 free(fun_name); 221 219 222 220 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.