Changeset ba38f72c in mainline for uspace/srv/devman/match.c
- Timestamp:
- 2011-02-07T22:15:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b367b4
- Parents:
- 8b5690f
- File:
-
- 1 edited
-
uspace/srv/devman/match.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/match.c
r8b5690f rba38f72c 57 57 } 58 58 59 int get_match_score(driver_t *drv, node_t *dev)59 int get_match_score(driver_t *drv, dev_node_t *dev) 60 60 { 61 61 link_t *drv_head = &drv->match_ids.ids; 62 link_t *dev_head = &dev-> match_ids.ids;62 link_t *dev_head = &dev->pfun->match_ids.ids; 63 63 64 64 if (list_empty(drv_head) || list_empty(dev_head))
Note:
See TracChangeset
for help on using the changeset viewer.
