Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/part/guid_part/guid_part.c

    r7ea7db31 r7e752b2  
    191191                rc = devmap_device_register(name, &dev);
    192192                if (rc != EOK) {
     193                        devmap_hangup_phone(DEVMAP_DRIVER);
    193194                        printf(NAME ": Unable to register device %s.\n", name);
    194195                        return rc;
     
    314315        ipc_callid_t callid;
    315316        ipc_call_t call;
    316         sysarg_t method;
     317        ipcarg_t method;
    317318        devmap_handle_t dh;
    318319        int flags;
     
    359360        while (1) {
    360361                callid = async_get_call(&call);
    361                 method = IPC_GET_IMETHOD(call);
     362                method = IPC_GET_METHOD(call);
    362363                switch (method) {
    363364                case IPC_M_PHONE_HUNGUP:
Note: See TracChangeset for help on using the changeset viewer.