diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 11:23:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-04 22:20:48 -0200 |
commit | 4713e225a56858e1fb8eab961b0b6e497ce55945 (patch) | |
tree | 57f37fbe3b8be2b25db3be2f0d7c7be328544e6a /drivers/media/common/tuners/mt2063.h | |
parent | 3d49700fb162a3bc8e21bf3f304346d2e6269b3a (diff) |
[media] mt2063: Remove setParm/getParm abstraction layer
This layer just increases the code size for no good reason,
and makes harder to debug.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt2063.h')
-rw-r--r-- | drivers/media/common/tuners/mt2063.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt2063.h b/drivers/media/common/tuners/mt2063.h index a95c11e1e26..b2e3abf95ec 100644 --- a/drivers/media/common/tuners/mt2063.h +++ b/drivers/media/common/tuners/mt2063.h @@ -23,7 +23,7 @@ static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe, return NULL; } -unsigned int mt2063_setTune(struct dvb_frontend *fe, u32 f_in, +int mt2063_setTune(struct dvb_frontend *fe, u32 f_in, u32 bw_in, enum MTTune_atv_standard tv_type); |