Commit 4713e225 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3d49700f
This diff is collapsed.
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment