1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Return standards-compliant code from OF_nextprop() with FDT when no

properties remain on this node.
This commit is contained in:
Nathan Whitehorn 2013-10-22 02:39:56 +00:00
parent 5f8dfdce49
commit bb512af9ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256870

View File

@ -329,7 +329,7 @@ fdt_nextprop(int offset, char *buf, size_t size)
depth = -1;
} while (depth >= 0);
return (-1);
return (0);
}
/*