Re: [PATCH RFC v2 13/16] media: make the internal function to create links more generic

2015-08-11 Thread Hans Verkuil
On 08/07/15 16:20, Mauro Carvalho Chehab wrote: In preparation to add a public function to add links, let's make the internal function that creates link more generic. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/media-entity.c

Re: [PATCH RFC v2 13/16] media: make the internal function to create links more generic

2015-08-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Aug 2015 12:57:04 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 08/07/15 16:20, Mauro Carvalho Chehab wrote: In preparation to add a public function to add links, let's make the internal function that creates link more generic. Signed-off-by: Mauro Carvalho Chehab

[PATCH RFC v2 13/16] media: make the internal function to create links more generic

2015-08-07 Thread Mauro Carvalho Chehab
In preparation to add a public function to add links, let's make the internal function that creates link more generic. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c index 96d48aec8381..c68dc421b022 100644 ---