OSDN Git Service

[media] media: entity: Split graph walk iteration into two functions
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 20 Jul 2016 15:31:39 +0000 (12:31 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 27 Jan 2017 18:15:44 +0000 (16:15 -0200)
commit5b1f8329121f553cbe83d22f7c62f86041c79257
treeb013bf863b23e3a4bddcf90ab71ab226534c1e25
parent20b852273642f41ce5c97601acb89185cbcee772
[media] media: entity: Split graph walk iteration into two functions

With media_entity_graph_walk_next() getting more and more complicated (and
especially so with has_routing() support added), split the function into
two.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/media-entity.c