Re: [PATCH 5/5] media: entity: Add debug information to graph walk

2016-12-08 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday 25 Nov 2016 15:55:46 Sakari Ailus wrote: > Use dev_dbg() to tell about the progress of the graph traversal algorithm. > This is intended to make debugging of the algorithm easier. > > Signed-off-by: Sakari Ailus > --- > drivers/media/media-entity.c

[PATCH 5/5] media: entity: Add debug information to graph walk

2016-11-25 Thread Sakari Ailus
Use dev_dbg() to tell about the progress of the graph traversal algorithm. This is intended to make debugging of the algorithm easier. Signed-off-by: Sakari Ailus --- drivers/media/media-entity.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/medi