From: Hans Verkuil Date: Fri, 29 Aug 2014 06:46:05 +0000 (-0300) Subject: [media] cx88: remove fmt from the buffer struct X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~286 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637bc2079678e08476d884f02a5d5d3208b5c018;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed