提交 4713e225 编写于 作者: M 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: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 3d49700f
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册