• A
    nodeinfo: Make sysfs_prefix usage more consistent · 75f6f545
    Andrea Bolognani 提交于
    Make sure sysfs_prefix, when present, is always the first argument
    to a function; don't use a different name to refer to it; check
    whether it is NULL, and hence SYSFS_SYSTEM_PATH should be used, only
    when using it directly and not just passing it down to another
    function; always pass down the same value we've been passed when
    calling another function.
    75f6f545
nodeinfo.c 59.1 KB