Re: [PATCH 1/1] media: Correctly determine whether an entity is a sub-device

2015-10-12 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2015 18:38:23 +0300 Sakari Ailus escreveu: > If the function of an entity is not one of the pre-defined ones, it is not > correctly recognised as a V4L2 sub-device. > > Signed-off-by: Sakari Ailus > --- > include/media/media-entity.h | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH 1/1] media: Correctly determine whether an entity is a sub-device

2015-10-12 Thread Sakari Ailus
If the function of an entity is not one of the pre-defined ones, it is not correctly recognised as a V4L2 sub-device. Signed-off-by: Sakari Ailus --- include/media/media-entity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/media-entity.h b/include/media/media-entity.h index