Changeset 2fd26bb in mainline for uspace/drv/bus/pci/pciintel/pci.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/pci/pciintel/pci.c

    r82cbf8c6 r2fd26bb  
    683683        bus->dnode = dnode;
    684684       
    685         sess = ddf_dev_parent_sess_create(dnode);
     685        sess = ddf_dev_parent_sess_get(dnode);
    686686        if (sess == NULL) {
    687687                ddf_msg(LVL_ERROR, "pci_dev_add failed to connect to the "
Note: See TracChangeset for help on using the changeset viewer.