Re: [PATCH 08/13] media: rcar_vin: Use correct pad number in try_fmt

2015-07-24 Thread Hans Verkuil
On 07/23/2015 02:21 PM, William Towle wrote: > Fix rcar_vin_try_fmt's use of an inappropriate pad number when calling > the subdev set_fmt function - for the ADV7612, IDs should be non-zero. > > Signed-off-by: William Towle > Reviewed-by: Rob Taylor Acked-by: Hans Verkuil Regards, Ha

[PATCH 08/13] media: rcar_vin: Use correct pad number in try_fmt

2015-07-23 Thread William Towle
Fix rcar_vin_try_fmt's use of an inappropriate pad number when calling the subdev set_fmt function - for the ADV7612, IDs should be non-zero. Signed-off-by: William Towle Reviewed-by: Rob Taylor --- drivers/media/platform/soc_camera/rcar_vin.c | 17 - 1 file changed, 12 insert