Em Mon, 28 Dec 2015 02:31:32 +0200 Sakari Ailus <sakari.ailus@xxxxxx> escreveu: > Hi Mauro, > > (Resending, there was an error in handling the cc field.) > > On Fri, Dec 11, 2015 at 06:17:53PM -0200, Mauro Carvalho Chehab wrote: > > diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c > > index 181ca0de6e52..7895e17aeee9 100644 > > --- a/drivers/media/media-entity.c > > +++ b/drivers/media/media-entity.c > > @@ -526,7 +526,7 @@ media_create_pad_link(struct media_entity *source, u16 source_pad, > > > > link->source = &source->pads[source_pad]; > > link->sink = &sink->pads[sink_pad]; > > - link->flags = flags; > > + link->flags = flags && ~MEDIA_LNK_FL_INTERFACE_LINK; > > s/&&/&/ Thanks for noticing it. Dan Carpenter sent a patch fixing it. Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html