From: Mauro Carvalho Chehab Date: Wed, 21 Dec 2011 10:39:33 +0000 (-0300) Subject: [media] qt1010: remove fake implementaion of get_bandwidth() X-Git-Tag: v3.3-rc1~48^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b80ff3ad52690d37e9617335ce9d66e6d4a92e5;p=pandora-kernel.git [media] qt1010: 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