Re: [PATCH 3/3] rcar_vin: call g_std() instead of querystd()

2015-09-04 Thread Hans Verkuil
On 09/04/2015 01:18 AM, Sergei Shtylyov wrote: > Hans Verkuil says: "The only place querystd can be called is in the QUERYSTD > ioctl, all other ioctls should use the last set standard." So call the g_std() > subdevice method instead of querystd() in the driver's set_fmt() method. > > Reported-by

[PATCH 3/3] rcar_vin: call g_std() instead of querystd()

2015-09-03 Thread Sergei Shtylyov
Hans Verkuil says: "The only place querystd can be called is in the QUERYSTD ioctl, all other ioctls should use the last set standard." So call the g_std() subdevice method instead of querystd() in the driver's set_fmt() method. Reported-by: Hans Verkuil Signed-off-by: Sergei Shtylyov --- dri