Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/ata_bd/ata_bd.c

    rfaba839 rb16e77d  
    308308
    309309        (void) async_share_out_finalize(callid, &fs_va);
    310         if (fs_va == AS_MAP_FAILED) {
     310        if (fs_va == (void *) -1) {
    311311                async_answer_0(callid, EHANGUP);
    312312                return;
Note: See TracChangeset for help on using the changeset viewer.