Changeset 2fd26bb in mainline for uspace/drv/bus/isa


Ignore:
Timestamp:
2017-10-08T20:17:59Z (8 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/isa/isa.c

    r82cbf8c6 r2fd26bb  
    643643        list_initialize(&isa->functions);
    644644
    645         sess = ddf_dev_parent_sess_create(dev);
     645        sess = ddf_dev_parent_sess_get(dev);
    646646        if (sess == NULL) {
    647647                ddf_msg(LVL_ERROR, "isa_dev_add failed to connect to the "
Note: See TracChangeset for help on using the changeset viewer.