Changeset 177f6ff in mainline


Ignore:
Timestamp:
2025-06-09T22:41:33Z (4 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
83ff12f
Parents:
b5c95da5
Message:

hr: stop all volumes: ignore != EOK

File:
1 edited

Legend:

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

    rb5c95da5 r177f6ff  
    321321                goto fail;
    322322
    323         for (i = 0; i < vol_cnt; i++) {
    324                 rc = hr_remove_volume(vol_svcs[i]);
    325                 if (rc != EOK)
    326                         break;
    327         }
     323        for (i = 0; i < vol_cnt; i++)
     324                (void)hr_remove_volume(vol_svcs[i]);
    328325
    329326fail:
Note: See TracChangeset for help on using the changeset viewer.