Changes in uspace/srv/bd/ata_bd/ata_bd.c [faba839:b16e77d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
rfaba839 rb16e77d 308 308 309 309 (void) async_share_out_finalize(callid, &fs_va); 310 if (fs_va == AS_MAP_FAILED) {310 if (fs_va == (void *) -1) { 311 311 async_answer_0(callid, EHANGUP); 312 312 return;
Note:
See TracChangeset
for help on using the changeset viewer.