Re: [PATCH v3 1/4] v4l: of: Remove the head field in struct v4l2_of_endpoint

2015-04-08 Thread Sakari Ailus
Hi Laurent, On Tue, Apr 07, 2015 at 01:11:34PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Tuesday 07 April 2015 01:57:29 Sakari Ailus wrote: > > The field is unused. Remove it. > > Do you know what the field was added for in the first place ? Frankly I have

Re: [PATCH v3 1/4] v4l: of: Remove the head field in struct v4l2_of_endpoint

2015-04-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Tuesday 07 April 2015 01:57:29 Sakari Ailus wrote: > The field is unused. Remove it. Do you know what the field was added for in the first place ? > Signed-off-by: Sakari Ailus > --- > include/media/v4l2-of.h |2 -- > 1 file changed, 2 deletions(-) >

[PATCH v3 1/4] v4l: of: Remove the head field in struct v4l2_of_endpoint

2015-04-06 Thread Sakari Ailus
The field is unused. Remove it. Signed-off-by: Sakari Ailus --- include/media/v4l2-of.h |2 -- 1 file changed, 2 deletions(-) diff --git a/include/media/v4l2-of.h b/include/media/v4l2-of.h index f831c9c..f66b92c 100644 --- a/include/media/v4l2-of.h +++ b/include/media/v4l2-of.h @@ -57,7 +57