Re: [PATCH v8.2 19/55] [media] media: convert links from array to list

2015-11-23 Thread Mauro Carvalho Chehab
Em Mon, 23 Nov 2015 17:37:54 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > (Resending as I've replied by mistake to the version of the patch you had > sent > to the media workshop list only) (resending my answer to your previously sent review to the WS only ML. The e-mail contents is the

Re: [PATCH v8.2 19/55] [media] media: convert links from array to list

2015-11-23 Thread Laurent Pinchart
Hi Mauro, (Resending as I've replied by mistake to the version of the patch you had sent to the media workshop list only) Thank you for the patch. On Monday 12 October 2015 13:43:13 Mauro Carvalho Chehab wrote: > The entire logic that represent graph links were developed on a > time where there

Re: [PATCH v8.2 19/55] [media] media: convert links from array to list

2015-09-06 Thread Mauro Carvalho Chehab
The entire logic that represent graph links were developed on a time where there were no needs to dynamic remove links. So, although links are created/removed one by one via some functions, they're stored as an array inside the entity struct. As the array may grow, there's a logic inside the code

[PATCH v8.2 19/55] [media] media: convert links from array to list

2015-09-04 Thread Mauro Carvalho Chehab
The entire logic that represent graph links were developed on a time where there were no needs to dynamic remove links. So, although links are created/removed one by one via some functions, they're stored as an array inside the entity struct. As the array may grow, there's a logic inside the code