Re: [PATCH v5 1/9] media: Add support for circular graph traversal

2013-08-02 Thread Hans Verkuil
On 08/02/2013 03:03 AM, Laurent Pinchart wrote: The graph traversal API (media_entity_graph_walk_*) doesn't support cyclic graphs and will fail to correctly walk a graph when circular links exist. Support circular graph traversal by checking whether an entity has already been visited before

[PATCH v5 1/9] media: Add support for circular graph traversal

2013-08-01 Thread Laurent Pinchart
The graph traversal API (media_entity_graph_walk_*) doesn't support cyclic graphs and will fail to correctly walk a graph when circular links exist. Support circular graph traversal by checking whether an entity has already been visited before pushing it to the stack. Signed-off-by: Laurent