Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset e950803 in mainline for uspace/srv/devman/devman.c


Ignore:
Timestamp:
2011-02-03T20:20:01Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial
Children:
bfe43d5
Parents:
bd81386 (diff), b366a1bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jakub/helenos/fs.

File:
1 edited

Legend:

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

    rbd81386 re950803  
    10631063        if (info != NULL) {
    10641064                memset(info, 0, sizeof(dev_class_info_t));
    1065                 list_initialize(&info->dev_classes);
    1066                 list_initialize(&info->devmap_link);
    1067                 list_initialize(&info->link);
     1065                link_initialize(&info->dev_classes);
     1066                link_initialize(&info->devmap_link);
     1067                link_initialize(&info->link);
    10681068        }
    10691069       
Note: See TracChangeset for help on using the changeset viewer.