On Thu, Jan 17, 2019 at 12:22:48AM +0000, Ben Hutchings wrote:
The backport of commit afeaade90db4 "media: em28xx: make v4l2-compliance happier by starting sequence on zero" added a reset on em28xx_v4l2::field_count to em28xx_ctrl_notify(), but it should be done in em28xx_start_analog_streaming().
Signed-off-by: Ben Hutchings ben@decadent.org.uk Cc: Mauro Carvalho Chehab mchehab+samsung@kernel.org
All stable branches from 3.18 to 4.14 inclusive have this problem. This patch applies without fuzz to 3.18, 4.4 and 4.9. I'll send a slightly different version for 4.14.
Ben.
drivers/media/usb/em28xx/em28xx-video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Now applied, thanks.
greg k-h