Re: [PATCH 12/19] media: Use entity enums in graph walk

2015-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2015 01:01:43 +0200 Sakari Ailus escreveu: > This will also mean that the necessary graph related data structures will > be allocated dynamically, removing the need for maximum ID checks. > > Signed-off-by: Sakari Ailus Reviewed-by: Mauro Carvalho Chehab > --- > drivers/media

[PATCH 12/19] media: Use entity enums in graph walk

2015-10-26 Thread Sakari Ailus
This will also mean that the necessary graph related data structures will be allocated dynamically, removing the need for maximum ID checks. Signed-off-by: Sakari Ailus --- drivers/media/media-entity.c | 16 ++-- include/media/media-entity.h | 2 +- 2 files changed, 7 insertions(+),