Changeset 2fd26bb in mainline for uspace/drv/bus/adb/cuda_adb/main.c


Ignore:
Timestamp:
2017-10-08T20:17:59Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d15797d
Parents:
82cbf8c6
Message:

Make it simpler to get parent function session repeatedly without having to cache it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/adb/cuda_adb/main.c

    r82cbf8c6 r2fd26bb  
    6868        int rc;
    6969
    70         parent_sess = ddf_dev_parent_sess_create(dev);
     70        parent_sess = ddf_dev_parent_sess_get(dev);
    7171        if (parent_sess == NULL)
    7272                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.