Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 155dd0c2 authored by Chaiken, Alison's avatar Chaiken, Alison Committed by Grant Likely
Browse files

Documentation: correct of_platform_populate() argument list



The documentation doesn't match the actual function prototype. This is a
trivial patch to fix it.

Signed-off-by: default avatarAlison Chaiken <alison_chaiken@mentor.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 4f3be1cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ later), which will happily live at the base of the Linux /sys/devices
tree.  Therefore, if a DT node is at the root of the tree, then it
really probably is best registered as a platform_device.

Linux board support code calls of_platform_populate(NULL, NULL, NULL)
Linux board support code calls of_platform_populate(NULL, NULL, NULL, NULL)
to kick off discovery of devices at the root of the tree.  The
parameters are all NULL because when starting from the root of the
tree, there is no need to provide a starting node (the first NULL), a