commit | cd209b412c8a5d632b51af1e45576f0d00b8105f | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Mon Apr 04 17:49:18 2016 +0200 |
committer | Rob Herring <robh@kernel.org> | Tue Apr 19 17:25:13 2016 -0500 |
tree | 72164b609b058fe318f0f7dcd6d87d08f05ae842 | |
parent | 74e1fbb1375a3ede3e17da22911761ce9bc8f53f [diff] |
of: Move phandle walking to of_phandle_iterator_next() Move the code to walk over the phandles out of the loop in __of_parse_phandle_with_args() to a separate function that just works with the iterator handle: of_phandle_iterator_next(). Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Rob Herring <robh@kernel.org>