Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/ofw/ofw_tree.c

    raafed15 r063a3647  
    393393                if ((cur->parent) && (path))
    394394                        snprintf(cur_path, PATH_MAX_LEN, "%s.%s", path, cur->da_name);
     395                else if (!str_size(cur->da_name))
     396                        snprintf(cur_path, PATH_MAX_LEN, "firmware.ofw");
    395397                else
    396398                        snprintf(cur_path, PATH_MAX_LEN, "firmware.%s", cur->da_name);
Note: See TracChangeset for help on using the changeset viewer.