Changeset 504d103 in mainline for uspace/srv/devman/driver.c


Ignore:
Timestamp:
2019-08-17T13:48:39Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
8fab3f6
Parents:
95d4280a
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-12-04 16:57:19)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:48:39)
Message:

sysman: Call starting by name appropriately
Conflicts:

uspace/srv/devman/driver.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/driver.c

    r95d4280a r504d103  
    348348        /*
    349349         * Non-blocking asynchronous request to start a driver
    350          * FIXME See note about sysman_unit_start non-blocking (asynchronous)
     350         * FIXME See note about sysman_unit_start_by_name non-blocking (asynchronous)
    351351         *       API
    352352         */
    353353        int flags = 0;
    354         rc = sysman_unit_start(unit_name, flags);
     354        rc = sysman_unit_start_by_name(unit_name, flags);
    355355        free(unit_name);
    356356
Note: See TracChangeset for help on using the changeset viewer.