Re: [PATCH 1/1] v4l: Remove __user from interface structure definitions

2012-06-11 Thread Hans Verkuil
On Mon 11 June 2012 10:12:11 Sakari Ailus wrote: > On Mon, Jun 11, 2012 at 09:49:25AM +0200, Laurent Pinchart wrote: > > Hi Sakari, > > Hi Laurent, > > > On Saturday 26 May 2012 23:07:49 Sakari Ailus wrote: > > > The __user macro is not strictly needed in videodev2.h, and it also > > > prevents

Re: [PATCH 1/1] v4l: Remove __user from interface structure definitions

2012-06-11 Thread Sakari Ailus
On Mon, Jun 11, 2012 at 09:49:25AM +0200, Laurent Pinchart wrote: > Hi Sakari, Hi Laurent, > On Saturday 26 May 2012 23:07:49 Sakari Ailus wrote: > > The __user macro is not strictly needed in videodev2.h, and it also prevents > > using the header file as such in the user space. __user is already

Re: [PATCH 1/1] v4l: Remove __user from interface structure definitions

2012-06-11 Thread Laurent Pinchart
Hi Sakari, On Saturday 26 May 2012 23:07:49 Sakari Ailus wrote: > The __user macro is not strictly needed in videodev2.h, and it also prevents > using the header file as such in the user space. __user is already not used > in many of the interface structs containing pointers. > > Stop using __use

[PATCH 1/1] v4l: Remove __user from interface structure definitions

2012-05-26 Thread Sakari Ailus
The __user macro is not strictly needed in videodev2.h, and it also prevents using the header file as such in the user space. __user is already not used in many of the interface structs containing pointers. Stop using __user in videodev2.h. Signed-off-by: Sakari Ailus --- include/linux/videodev