Re: [PATCH 01/19] media: Enforce single entity->pipe in a pipeline

2015-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2015 01:01:32 +0200 Sakari Ailus escreveu: > If a different entity->pipe in a pipeline was encountered, a warning was > issued but the execution continued as if nothing had happened. Return an > error instead right there. > > Signed-off-by: Sakari Ailus Reviewed-by: Mauro Carval

[PATCH 01/19] media: Enforce single entity->pipe in a pipeline

2015-10-26 Thread Sakari Ailus
If a different entity->pipe in a pipeline was encountered, a warning was issued but the execution continued as if nothing had happened. Return an error instead right there. Signed-off-by: Sakari Ailus --- drivers/media/media-entity.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) d