Re: [PATCH] mt9t031: Fixes field names that changed

2010-08-24 Thread Guennadi Liakhovetski
On Thu, 19 Aug 2010, Henrique Camargo wrote: > If CONFIG_VIDEO_ADV_DEBUG was set, the driver failed to compile > because the fields get_register and set_register changed names to > g_register and s_register in the struct v4l2_subdev_core_ops. > > Signed-off-by: Henrique Camargo > --- > driver

[PATCH] mt9t031: Fixes field names that changed

2010-08-19 Thread Henrique Camargo
If CONFIG_VIDEO_ADV_DEBUG was set, the driver failed to compile because the fields get_register and set_register changed names to g_register and s_register in the struct v4l2_subdev_core_ops. Signed-off-by: Henrique Camargo --- drivers/media/video/mt9t031.c |4 ++-- 1 files changed, 2 inse