Changeset 86d7bfa in mainline for uspace/drv/test2/test2.c
- Timestamp:
- 2011-02-02T20:37:53Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 8b5690f, fc47885
- Parents:
- 1e00216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test2/test2.c
r1e00216 r86d7bfa 103 103 if (dev->parent == NULL) { 104 104 fid_t postpone = fibril_create(postponed_birth, dev); 105 if (postpone == 0) { 106 printf(NAME ": fibril_create() error\n"); 107 return ENOMEM; 108 } 105 109 fibril_add_ready(postpone); 106 110 } else {
Note: See TracChangeset
for help on using the changeset viewer.