~vojtech-horky/helenos/numa

« back to all changes in this revision

Viewing changes to uspace/lib/usbvirt/src/device.c

  • Committer: Vojtech Horky
  • Date: 2011-09-28 15:13:08 UTC
  • mfrom: (538.1.714 helenos-mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20110928151308-2pz4s2w035n48o8a
Merge mainline changes

Conflicts fixed without problems (mostly caused by separating
ABI into /abi/).

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                return ELIMIT;
87
87
        
88
88
        devman_handle_t handle;
89
 
        int rc = devman_device_get_handle(vhc_path, &handle, 0);
 
89
        int rc = devman_fun_get_handle(vhc_path, &handle, 0);
90
90
        if (rc != EOK)
91
91
                return rc;
92
92