From: Mauro Carvalho Chehab Date: Wed, 21 Dec 2011 00:26:01 +0000 (-0300) Subject: [media] mt2031: remove fake implementaion of get_bandwidth() X-Git-Tag: v3.3-rc1~48^2~352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ce5a7915932c199c8196347d0469ab2cc0573f;p=pandora-kernel.git [media] mt2031: remove fake implementaion of get_bandwidth() This driver implements a fake get_bandwidth() callback. In reallity, the tuner driver won't adjust its low-pass filter based on a bandwidth, and were just providing a fake method for demods to read whatever was "set". This code is useless, as none of the drivers that use this tuner seems to require a get_bandwidth() callback. While here, convert set_params to use the DVBv5 way to pass parameters to tuners. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed