Re: [PATCH v2 4/8] rcar-vin: Do not sync subdevice format when opening the video device

2019-05-16 Thread Niklas Söderlund
Hi Laurent, Thanks for your feedback. On 2019-05-16 14:26:44 +0300, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Thu, May 16, 2019 at 03:14:13AM +0200, Niklas Söderlund wrote: > > The format is already synced when the subdevice is bound, there is no > > need to do do

Re: [PATCH v2 4/8] rcar-vin: Do not sync subdevice format when opening the video device

2019-05-16 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Thu, May 16, 2019 at 03:14:13AM +0200, Niklas Söderlund wrote: > The format is already synced when the subdevice is bound, there is no > need to do do it every time the video device is opened. > > Signed-off-by: Niklas Söderlund > Reviewed-by: Ulrich Hecht

[PATCH v2 4/8] rcar-vin: Do not sync subdevice format when opening the video device

2019-05-15 Thread Niklas Söderlund
The format is already synced when the subdevice is bound, there is no need to do do it every time the video device is opened. Signed-off-by: Niklas Söderlund Reviewed-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 25 - 1 file changed, 25 deletions(-) di