Changes in uspace/drv/test2/test2.c [c245f16e:86d7bfa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test2/test2.c
rc245f16e 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.