Re: [PATCH 09/20] media: rcar_vin: Use correct pad number in try_fmt

2015-05-23 Thread Laurent Pinchart
Hi Hans, On Thursday 21 May 2015 07:58:18 Hans Verkuil wrote: > On 05/20/2015 06:39 PM, William Towle wrote: > > From: Rob Taylor > > > > Fix rcar_vin_try_fmt to use the correct pad number when calling the > > subdev set_fmt. Previously pad number 0 was always used, resulting in > > EINVAL if th

Re: [PATCH 09/20] media: rcar_vin: Use correct pad number in try_fmt

2015-05-20 Thread Hans Verkuil
On 05/20/2015 06:39 PM, William Towle wrote: > From: Rob Taylor > > Fix rcar_vin_try_fmt to use the correct pad number when calling the > subdev set_fmt. Previously pad number 0 was always used, resulting in > EINVAL if the subdev cares about the pad number (e.g. ADV7612). > > Signed-off-by: Wil