Re: [PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-27 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Hi Sakari, > > On Thursday 23 February 2012 07:57:54 Sakari Ailus wrote: >> Laurent Pinchart wrote: >>> On Monday 20 February 2012 03:56:45 Sakari Ailus wrote: Unify functions to get try pointers and validate the pad number accessed by the user

Re: [PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-26 Thread Laurent Pinchart
Hi Sakari, On Thursday 23 February 2012 07:57:54 Sakari Ailus wrote: > Laurent Pinchart wrote: > > On Monday 20 February 2012 03:56:45 Sakari Ailus wrote: > >> Unify functions to get try pointers and validate the pad number accessed > >> by > >> the user. > >> > >> Signed-off-by: Sakari Ailus >

Re: [PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-24 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Thanks for the patch. Thanks for the review! :-) > On Monday 20 February 2012 03:56:45 Sakari Ailus wrote: >> Unify functions to get try pointers and validate the pad number accessed by >> the user. >> >> Signed-off-by: Sakari Ailus >> --- >> include/media

Re: [PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-21 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:56:45 Sakari Ailus wrote: > Unify functions to get try pointers and validate the pad number accessed by > the user. > > Signed-off-by: Sakari Ailus > --- > include/media/v4l2-subdev.h | 31 ++- > 1 fil

[PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-19 Thread Sakari Ailus
Unify functions to get try pointers and validate the pad number accessed by the user. Signed-off-by: Sakari Ailus --- include/media/v4l2-subdev.h | 31 ++- 1 files changed, 14 insertions(+), 17 deletions(-) diff --git a/include/media/v4l2-subdev.h b/include/media/v