CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/03/17 08:10:29
Modified files: sys/dev/ofw : fdt.c Log message: Do not iterate all over the tree if OF_parent() is called on the root node. The root is the root, it has no parent. >From Patrick Wildt.