[PATCH 18/20] media: adv7604: Always query_dv_timings in adv76xx_fill_format

2015-05-21 Thread William Towle
Make sure we're always reporting the current format of the input. Fixes start of day bugs. Signed-off-by: Rob Taylor Signed-off-by: William Towle --- drivers/media/i2c/adv7604.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c

Re: [PATCH 18/20] media: adv7604: Always query_dv_timings in adv76xx_fill_format

2015-05-20 Thread Hans Verkuil
On 05/20/2015 06:39 PM, William Towle wrote: > Make sure we're always reporting the current format of the input. > Fixes start of day bugs. > > Signed-off-by: Rob Taylor > Signed-off-by: William Towle > --- > drivers/media/i2c/adv7604.c |4 > 1 file changed, 4 insertions(+) > > diff -