[PATCH] V4L: soc-camera: (cosmetic) use a more explicit name for a host handler

2012-05-08 Thread Guennadi Liakhovetski
Use enum_framesizes instead of enum_fsizes to more precisely follow the name of the respective ioctl(). Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/media/video/soc_camera.c | 14 +++--- include/media/soc_camera.h |2 +- 2 files changed, 8

Re: [PATCH] V4L: soc-camera: (cosmetic) use a more explicit name for a host handler

2012-05-08 Thread Aguirre, Sergio
Hi Guennadi, On Tue, May 8, 2012 at 12:00 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Use enum_framesizes instead of enum_fsizes to more precisely follow the name of the respective ioctl(). Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Looks good to me! I'll redo my

Re: [PATCH] V4L: soc-camera: (cosmetic) use a more explicit name for a host handler

2012-05-08 Thread Guennadi Liakhovetski
Hi Sergio On Tue, 8 May 2012, Aguirre, Sergio wrote: Hi Guennadi, On Tue, May 8, 2012 at 12:00 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Use enum_framesizes instead of enum_fsizes to more precisely follow the name of the respective ioctl(). Signed-off-by: Guennadi

Re: [PATCH] V4L: soc-camera: (cosmetic) use a more explicit name for a host handler

2012-05-08 Thread Laurent Pinchart
On Tuesday 08 May 2012 19:44:11 Guennadi Liakhovetski wrote: On Tue, 8 May 2012, Aguirre, Sergio wrote: On Tue, May 8, 2012 at 12:00 PM, Guennadi Liakhovetski wrote: Use enum_framesizes instead of enum_fsizes to more precisely follow the name of the respective ioctl().