]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
[media] cx88: remove fmt from the buffer struct
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 29 Aug 2014 06:46:05 +0000 (03:46 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 3 Nov 2014 10:20:45 +0000 (08:20 -0200)
commit637bc2079678e08476d884f02a5d5d3208b5c018
treed3d6bc06adbecee50f7165f609a8f18ea146524e
parent082417d10fafe7be835d143ade7114b5ce26cb50
[media] cx88: remove fmt from the buffer struct

This is a duplicate of dev->fmt and can be removed. As a consequence a
lot of tests that check if the format has changed midstream can be
removed as well: the format cannot change midstream, so this is a bogus
check.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx88/cx88-mpeg.c
drivers/media/pci/cx88/cx88-video.c
drivers/media/pci/cx88/cx88.h