Re: [PATCH v1.1 3/5] media: Pads that are not connected by even a disabled link are fine

2013-09-03 Thread Sakari Ailus
Hi Laurent, Thanks for the comments!! On Tue, Sep 03, 2013 at 08:07:43PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Saturday 31 August 2013 19:28:06 Sakari Ailus wrote: > > Do not require a connected link to a pad if a pad has no links connected to > > it. >

Re: [PATCH v1.1 3/5] media: Pads that are not connected by even a disabled link are fine

2013-09-03 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Saturday 31 August 2013 19:28:06 Sakari Ailus wrote: > Do not require a connected link to a pad if a pad has no links connected to > it. > > Signed-off-by: Sakari Ailus > --- > Hi Laurent, > > This goes on top of patch 2/4. I can combine the two in the en

[PATCH v1.1 3/5] media: Pads that are not connected by even a disabled link are fine

2013-08-31 Thread Sakari Ailus
Do not require a connected link to a pad if a pad has no links connected to it. Signed-off-by: Sakari Ailus --- Hi Laurent, This goes on top of patch 2/4. I can combine the two in the end but I think this is cleaner as a separate change. drivers/media/media-entity.c | 10 ++ 1 file c