Ignore:
Timestamp:
2011-01-23T20:09:13Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fdb9982c
Parents:
cead2aa (diff), 7e36c8d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    rcead2aa r357b5f5  
    191191                rc = devmap_device_register(name, &dev);
    192192                if (rc != EOK) {
    193                         devmap_hangup_phone(DEVMAP_DRIVER);
    194193                        printf(NAME ": Unable to register device %s.\n", name);
    195194                        return rc;
     
    315314        ipc_callid_t callid;
    316315        ipc_call_t call;
    317         ipcarg_t method;
     316        sysarg_t method;
    318317        devmap_handle_t dh;
    319318        int flags;
     
    360359        while (1) {
    361360                callid = async_get_call(&call);
    362                 method = IPC_GET_METHOD(call);
     361                method = IPC_GET_IMETHOD(call);
    363362                switch (method) {
    364363                case IPC_M_PHONE_HUNGUP:
Note: See TracChangeset for help on using the changeset viewer.