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 <mche...@osg.samsung.com>
> > 
> > diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c
> > index 96d48aec8381..c68dc421b022 100644
> > --- a/drivers/media/media-entity.c
> > +++ b/drivers/media/media-entity.c
> > @@ -461,7 +461,12 @@ EXPORT_SYMBOL_GPL(media_entity_put);
> >   * Links management
> >   */
> >  
> > -static struct media_link *media_entity_add_link(struct media_entity 
> > *entity)
> > +static struct media_link *__media_create_link(struct media_device *mdev,
> > +                                         enum media_graph_link_dir dir,
> 
> Am I blind? I can't find the media_graph_link_dir enum definition anywhere in
> this patch series...

There were a few patches that vger didn't seem to get. This one was added
by patch 9:
        0009-media-use-media_graph_obj-for-link-endpoints.patch

I'll try to resend the missing patches.

Regards,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to