commit | ee8905963ed0bc9dfc0952dc35e16e233c10e212 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Mon Apr 14 17:53:25 2014 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Feb 23 11:42:23 2015 +0100 |
tree | 6cfbd1cfb1af19c550a6a3e263f3fb63c625d0d0 | |
parent | f033c0bcc53675562200680f4cb4a86710d9fbae [diff] |
of: Add for_each_endpoint_of_node helper macro Note that while of_graph_get_next_endpoint decrements the reference count of the child node passed to it, of_node_put(child) still has to be called manually when breaking out of the loop. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>